Skip to content

Commit

Permalink
chore(deps): Update dependency org.junit:junit-bom to v5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 2, 2024
1 parent a995113 commit 61d6eb6
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 @@ -29,7 +29,7 @@ dependencies {
testImplementation 'com.google.guava:guava-testlib:32.1.3-jre'
testImplementation 'com.google.truth:truth:1.1.5'
testImplementation 'com.google.truth.extensions:truth-java8-extension:1.1.5'
testImplementation platform('org.junit:junit-bom:5.10.1')
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
Expand Down

0 comments on commit 61d6eb6

Please sign in to comment.