Skip to content

Commit 37909d6

Browse files
fix(deps): update dependency org.junit:junit-bom to v5.10.2 (#1049)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd87a1b commit 37909d6

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
@@ -181,7 +181,7 @@ allprojects { project ->
181181
mavenBom "com.google.protobuf:protobuf-bom:${protobufVersion}"
182182
mavenBom "com.google.guava:guava-bom:${guavaVersion}"
183183
mavenBom "io.grpc:grpc-bom:${grpcVersion}"
184-
mavenBom "org.junit:junit-bom:5.10.1"
184+
mavenBom "org.junit:junit-bom:5.10.2"
185185
mavenBom "org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"
186186
}
187187
}

0 commit comments

Comments
 (0)