We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd87a1b commit 37909d6Copy full SHA for 37909d6
build.gradle
@@ -181,7 +181,7 @@ allprojects { project ->
181
mavenBom "com.google.protobuf:protobuf-bom:${protobufVersion}"
182
mavenBom "com.google.guava:guava-bom:${guavaVersion}"
183
mavenBom "io.grpc:grpc-bom:${grpcVersion}"
184
- mavenBom "org.junit:junit-bom:5.10.1"
+ mavenBom "org.junit:junit-bom:5.10.2"
185
mavenBom "org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"
186
}
187
0 commit comments