This is an automated email from the ASF dual-hosted git repository.
gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 2a773c2a72 Upgrade netty to 3.10.6.Final
2a773c2a72 is described below
commit 2a773c2a7206401ba780f230256fc0c38b22956a
Author: Andrew Gaul <[email protected]>
AuthorDate: Sun Feb 18 21:16:38 2024 +0900
Upgrade netty to 3.10.6.Final
---
drivers/netty/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/netty/pom.xml b/drivers/netty/pom.xml
index ca1da0b3f9..1abb5c7ed3 100644
--- a/drivers/netty/pom.xml
+++ b/drivers/netty/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.5.9.Final</version>
+ <version>3.10.6.Final</version>
<scope>compile</scope>
</dependency>
</dependencies>