Skip to content

Commit

Permalink
Bump netty and grpc dependencies
Browse files Browse the repository at this point in the history
Motivation:

There have been version bumps and we can now
upgrade our netty and grpc dependencies.

Modifications:

- bump netty from 4.1.100.Final to 4.1.101.Final
- bump grpc from 1.56.1 to 1.59.1
  • Loading branch information
bryce-anderson committed Nov 28, 2023
1 parent b656538 commit 1275c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ issueManagementUrl=https://github.com/apple/servicetalk/issues
ciManagementUrl=https://github.com/apple/servicetalk/actions

# dependency versions
nettyVersion=4.1.100.Final
nettyVersion=4.1.101.Final
nettyIoUringVersion=0.0.23.Final

jsr305Version=3.0.2
Expand Down Expand Up @@ -79,6 +79,6 @@ spotbugsPluginVersion=5.0.13

apacheDirectoryServerVersion=1.5.7
commonsLangVersion=2.6
grpcVersion=1.56.1
grpcVersion=1.59.1
javaxAnnotationsApiVersion=1.3.5
jsonUnitVersion=2.38.0

0 comments on commit 1275c44

Please sign in to comment.