Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit c40bc15

Browse files
chore(deps): Update dependency org.junit:junit-bom to v5.13.2
1 parent aba64e1 commit c40bc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929
testImplementation 'com.google.guava:guava-testlib:33.3.1-jre'
3030
testImplementation 'com.google.truth:truth:1.4.4'
3131
testImplementation 'com.google.truth.extensions:truth-java8-extension:1.4.4'
32-
testImplementation platform('org.junit:junit-bom:5.11.3')
32+
testImplementation platform('org.junit:junit-bom:5.13.2')
3333
testImplementation 'org.junit.jupiter:junit-jupiter-api'
3434
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3535
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)