Skip to content

Commit

Permalink
[1.3] Bump netty to match version from core's buildSrc/version.proper…
Browse files Browse the repository at this point in the history
…ties and bump grpc to 1.56.1 (#546)

* Bump netty to match version from core's buildSrc/version.properties and bump grpc to 1.56.1

Signed-off-by: Craig Perkins <cwperx@amazon.com>

* Update to 1.56.1

Signed-off-by: Craig Perkins <cwperx@amazon.com>

---------

Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks authored Apr 22, 2024
1 parent b995a66 commit 8bd64c0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,11 @@ dependencies {
compile group: 'commons-io', name: 'commons-io', version: '2.7'
compile group: 'com.google.errorprone', name: 'error_prone_annotations', version: '2.9.0'
compile group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.8'
implementation 'io.grpc:grpc-netty:1.56.0'
implementation 'io.grpc:grpc-protobuf:1.56.0'
implementation 'io.grpc:grpc-stub:1.56.0'
implementation 'io.grpc:grpc-netty:1.56.1'
implementation 'io.grpc:grpc-protobuf:1.56.1'
implementation("io.netty:netty-codec-http2:${nettyVersion}")
implementation("io.netty:netty-handler-proxy:${nettyVersion}")
implementation 'io.grpc:grpc-stub:1.56.1'

implementation 'javax.annotation:javax.annotation-api:1.3.2'
implementation("io.netty:netty-transport-native-unix-common:${nettyVersion}") {
Expand Down

0 comments on commit 8bd64c0

Please sign in to comment.