Skip to content

Commit 5eacdeb

Browse files
committed
CBES-340 Upgrade Netty from 4.1.119 to 4.1.128
Change-Id: Iafea2bd60db2da8e541c3956e6e77b2f7eb6a801 Reviewed-on: https://review.couchbase.org/c/couchbase-elasticsearch-connector/+/236164 Tested-by: David Nault <[email protected]> Reviewed-by: David Nault <[email protected]>
1 parent 671da66 commit 5eacdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation('org.apache.httpcomponents.client5:httpclient5:5.4.2')
8080

8181
implementation(platform('software.amazon.awssdk:bom:2.31.2'))
82-
implementation(platform('io.netty:netty-bom:4.1.119.Final')) // AWS SDK uses Netty. Force version upgrade.
82+
implementation(platform('io.netty:netty-bom:4.1.128.Final')) // AWS SDK uses Netty. Force version upgrade.
8383
implementation("software.amazon.awssdk:sdk-core")
8484
implementation("software.amazon.awssdk:apache-client")
8585
implementation("software.amazon.awssdk:regions")

0 commit comments

Comments
 (0)