Skip to content

Commit

Permalink
chore(deps): Update dependency org.junit:junit-bom to v5.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 5488541 commit 4c4f187
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:33.3.1-jre'
testImplementation 'com.google.truth:truth:1.4.4'
testImplementation 'com.google.truth.extensions:truth-java8-extension:1.4.4'
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation platform('org.junit:junit-bom:5.11.4')
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 4c4f187

Please sign in to comment.