This is an automated email from the ASF dual-hosted git repository. amichai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/aries-rsa.git
commit 1e92da690828eb6dc9217d4a61e304e6b30428fa Author: Amichai Rothman <[email protected]> AuthorDate: Wed Jun 5 15:43:26 2024 +0300 ARIES-2189 Upgrade Netty to 4.1.121.Final --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 35db0cfa..1f3fc7c0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -35,7 +35,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <bnd.version>6.4.0</bnd.version> <zookeeper.version>3.9.3_1</zookeeper.version> - <netty.version>4.1.101.Final</netty.version> + <netty.version>4.1.121.Final</netty.version> <slf4j.version>2.0.17</slf4j.version> <logback.version>1.5.18</logback.version> <hawtdispatch.version>1.22</hawtdispatch.version>
