Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch group across 1 directory with 6…
Browse files Browse the repository at this point in the history
… updates (#249)
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 2cb1221 commit 1f66396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

def grpcVersion = '1.68.2'
def grpcVersion = '1.69.0'
def dgraph4jVersion = "$version"
def openCensusVersion = '0.31.1'

Expand All @@ -66,7 +66,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.29.0"
artifact = "com.google.protobuf:protoc:4.29.1"
}
plugins {
grpc {
Expand Down Expand Up @@ -128,7 +128,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.29.0"
implementation "com.google.protobuf:protobuf-java:4.29.1"

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

0 comments on commit 1f66396

Please sign in to comment.