Skip to content

Commit

Permalink
Merge pull request #88 from w3stling/dependabot/gradle/org.junit-juni…
Browse files Browse the repository at this point in the history
…t-bom-5.9.3

Bump org.junit:junit-bom from 5.9.2 to 5.9.3
  • Loading branch information
w3stling authored Jun 1, 2023
2 parents 01c4e17 + b94071b commit a4715fd
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 @@ -18,7 +18,7 @@ repositories {
}

dependencies {
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation(platform('org.junit:junit-bom:5.9.3'))
testImplementation('org.junit.jupiter:junit-jupiter:5.9.2')
testImplementation('com.github.npathai:hamcrest-optional:2.0.0')
testImplementation('org.hamcrest:hamcrest:2.2')
Expand Down

0 comments on commit a4715fd

Please sign in to comment.