Skip to content

Commit

Permalink
[Java] Upgrade to gRPC 1.69.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Dec 13, 2024
1 parent 3298886 commit 1fc05f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ allprojects {
"org.apache.commons:commons-lang3:3.8.1",
"org.apache.httpcomponents:httpcore:4.4.14",
"commons-codec:commons-codec:1.15",
"commons-io:commons-io:2.14.0",
"com.google.protobuf:protobuf-java:3.25.5"
"commons-io:commons-io:2.14.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aeron = "1.46.7"
checkstyle = "10.21.0"
junit = "5.11.3"
jmh = "1.37"
grpc = "1.68.2"
grpc = "1.69.0"
protoc = "3.25.5"
kafka = "3.8.1"
slf4j = "2.0.16"
Expand Down

0 comments on commit 1fc05f8

Please sign in to comment.