Skip to content

Commit

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

Bump org.junit:junit-bom from 5.10.0 to 5.10.1
  • Loading branch information
tomakehurst authored Nov 8, 2023
2 parents 5830b09 + a5e2e76 commit 193c511
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 @@ -102,7 +102,7 @@ dependencies {
implementation 'javax.annotation:javax.annotation-api:1.3.2'

// testImplementation project(":")
testImplementation(platform('org.junit:junit-bom:5.10.0'))
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation "org.junit.jupiter:junit-jupiter"
testImplementation "org.hamcrest:hamcrest-core:2.2"
testImplementation "org.hamcrest:hamcrest-library:2.2"
Expand Down

0 comments on commit 193c511

Please sign in to comment.