Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group across 1 directory with 2…
Browse files Browse the repository at this point in the history
… updates (#244)
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent fd45936 commit ef7d12f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protobuf {
// The version of protoc must match protobuf-java. If you don't depend on
// protobuf-java directly, you will be transitively depending on the
// protobuf-java version that grpc depends on.
artifact = "com.google.protobuf:protoc:4.28.2"
artifact = "com.google.protobuf:protoc:4.28.3"
}
plugins {
grpc {
Expand Down Expand Up @@ -125,7 +125,7 @@ dependencies {
// Explicit matching of protobuf-java and protoc versions to address
// compilation errors arising due to transitive dependency on the version of
// protobuf-java that grpc depends on.
implementation "com.google.protobuf:protobuf-java:4.28.2"
implementation "com.google.protobuf:protobuf-java:4.28.3"

testImplementation "io.opencensus:opencensus-api:${openCensusVersion}"
testImplementation "io.opencensus:opencensus-exporter-trace-jaeger:${openCensusVersion}"
Expand Down

0 comments on commit ef7d12f

Please sign in to comment.