Skip to content

Commit

Permalink
build(deps): bump the protobuf group in /java with 2 updates (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 28, 2024
1 parent ca6a4a0 commit 0473f83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
}

dependencies {
implementation("com.google.protobuf:protobuf-java:4.26.0")
implementation("com.google.protobuf:protobuf-java:4.26.1")
implementation("com.google.api.grpc:proto-google-common-protos:2.37.1")
}

Expand All @@ -39,7 +39,7 @@ java {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:4.26.0"
artifact = "com.google.protobuf:protoc:4.26.1"
}
}

Expand Down

0 comments on commit 0473f83

Please sign in to comment.