Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.10.2 (#1049)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent dd87a1b commit 37909d6
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 @@ -181,7 +181,7 @@ allprojects { project ->
mavenBom "com.google.protobuf:protobuf-bom:${protobufVersion}"
mavenBom "com.google.guava:guava-bom:${guavaVersion}"
mavenBom "io.grpc:grpc-bom:${grpcVersion}"
mavenBom "org.junit:junit-bom:5.10.1"
mavenBom "org.junit:junit-bom:5.10.2"
mavenBom "org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"
}
}
Expand Down

0 comments on commit 37909d6

Please sign in to comment.