You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by al...@apache.org on 2023/02/28 08:23:44 UTC

[ignite] branch master updated: IGNITE-18873 Update Ignite dependency: Netty - Fixes #10557.

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

alexpl 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 b59c3a9dd16 IGNITE-18873 Update Ignite dependency: Netty - Fixes #10557.
b59c3a9dd16 is described below

commit b59c3a9dd16e9b62d96da7f767164c142dc0ec6c
Author: nao <ni...@live.com>
AuthorDate: Tue Feb 28 11:20:44 2023 +0300

    IGNITE-18873 Update Ignite dependency: Netty - Fixes #10557.
    
    Signed-off-by: Aleksey Plekhanov <pl...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5fec4b79584..7cb536d85e2 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.79.Final</netty.version>
+        <netty.version>4.1.89.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>