Skip to content

Commit

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

Bump org.junit:junit-bom from 5.10.1 to 5.10.2
  • Loading branch information
tomakehurst authored Feb 17, 2024
2 parents 42d41e2 + 74af5fe commit 6a05ce7
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 @@ -104,7 +104,7 @@ dependencies {
implementation 'javax.annotation:javax.annotation-api:1.3.2'

// testImplementation project(":")
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation(platform('org.junit:junit-bom:5.10.2'))
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 6a05ce7

Please sign in to comment.