This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new d7b8f8f2ec HDDS-9514. Upgrade netty to 4.1.100.Final (#5470)
d7b8f8f2ec is described below
commit d7b8f8f2ecd74c6f9d76b0407e923541d912eee8
Author: rohit-kb <[email protected]>
AuthorDate: Fri Oct 20 19:24:00 2023 +0530
HDDS-9514. Upgrade netty to 4.1.100.Final (#5470)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 267e0a0590..3079b6de04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xs
<!-- Use netty version known to work with grpc-netty. See table: -->
<!-- https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty -->
- <netty.version>4.1.94.Final</netty.version>
+ <netty.version>4.1.100.Final</netty.version>
<io.grpc.version>1.51.1</io.grpc.version>
<rocksdb.version>7.7.3</rocksdb.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]