You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2022/03/22 11:35:40 UTC

[ignite] branch master updated: IGNITE-16682 update dependency netty (#9885)

This is an automated email from the ASF dual-hosted git repository.

dpavlov 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 8b5a534  IGNITE-16682 update dependency netty (#9885)
8b5a534 is described below

commit 8b5a534a5e0fd0d6ea25aab5a001e065436eec6c
Author: nao <56...@users.noreply.github.com>
AuthorDate: Tue Mar 22 14:35:20 2022 +0300

    IGNITE-16682 update dependency netty (#9885)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b9adefb..9cbcc7b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -53,7 +53,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.66.Final</netty.version>
+        <netty.version>4.1.75.Final</netty.version>
         <camel.version>2.22.0</camel.version>
         <bouncycastle.version>1.69</bouncycastle.version>
         <commons.beanutils.bundle.version>1.9.2_1</commons.beanutils.bundle.version>