This is an automated email from the ASF dual-hosted git repository.
mpetrov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 3d3b4398484 IGNITE-21008 Updated Netty dependency to 4.1.101.Final
version (#11074)
3d3b4398484 is described below
commit 3d3b4398484f2ccae4fad92a62b777818977b4cc
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Mon Dec 4 12:38:53 2023 +0300
IGNITE-21008 Updated Netty dependency to 4.1.101.Final version (#11074)
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 0aaeee7bbec..7f84740fd09 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -71,7 +71,7 @@
<asm.version>4.2</asm.version>
<aspectj.bundle.version>1.8.13_1</aspectj.bundle.version>
<aspectj.version>1.8.13</aspectj.version>
- <netty.version>4.1.89.Final</netty.version>
+ <netty.version>4.1.101.Final</netty.version>
<bouncycastle.version>1.69</bouncycastle.version>
<commons.beanutils.bundle.version>1.9.2_1</commons.beanutils.bundle.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>