Skip to content

Commit

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

There have been dependency releases and we can
now upgrade netty and grpc.

Modifications:

- bump netty from 4.1.100.Final to 4.1.101.Final
- bump netty io_uring from 0.0.23.Final to 0.0.24.Final
- bump grpc from 1.56.1 to 1.59.1
  • Loading branch information
bryce-anderson authored Nov 28, 2023
1 parent b656538 commit 82e59ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ issueManagementUrl=https://github.com/apple/servicetalk/issues
ciManagementUrl=https://github.com/apple/servicetalk/actions

# dependency versions
nettyVersion=4.1.100.Final
nettyIoUringVersion=0.0.23.Final
nettyVersion=4.1.101.Final
nettyIoUringVersion=0.0.24.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 82e59ca

Please sign in to comment.