Skip to content

Commit 1a93782

Browse files
authored
Merge pull request #940 from yidongnan/renovate/junit5-monorepo
Update dependency org.junit:junit-bom to v5.10.0
2 parents 561ee8d + 8a3ddd6 commit 1a93782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ allprojects { project ->
185185
mavenBom "com.google.protobuf:protobuf-bom:${protobufVersion}"
186186
mavenBom "com.google.guava:guava-bom:${guavaVersion}"
187187
mavenBom "io.grpc:grpc-bom:${grpcVersion}"
188-
mavenBom "org.junit:junit-bom:5.9.3"
188+
mavenBom "org.junit:junit-bom:5.10.0"
189189
mavenBom "org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"
190190
}
191191
}

0 commit comments

Comments
 (0)