Skip to content

Commit

Permalink
fix(deps): update dependency org.junit:junit-bom to v5.10.1 (#1002)
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 Dec 5, 2023
1 parent a365392 commit 4228e60
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.0"
mavenBom "org.junit:junit-bom:5.10.1"
mavenBom "org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}"
}
}
Expand Down

0 comments on commit 4228e60

Please sign in to comment.