Skip to content

Commit

Permalink
Merge pull request #101 from w3stling/dependabot/gradle/org.junit.jup…
Browse files Browse the repository at this point in the history
…iter-junit-jupiter-5.10.0

Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0
  • Loading branch information
w3stling authored Aug 7, 2023
2 parents 2950986 + 2901507 commit 7b5ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
testImplementation('org.hamcrest:hamcrest:2.2')
Expand Down

0 comments on commit 7b5ec9f

Please sign in to comment.