This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 5f0e4fa1 Bump io.netty:netty-transport-native-epoll (#433)
5f0e4fa1 is described below
commit 5f0e4fa16b3e90deda90312b6f9a0c867cb0c04a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 28 18:16:59 2025 +0100
Bump io.netty:netty-transport-native-epoll (#433)
Bumps
[io.netty:netty-transport-native-epoll](https://github.com/netty/netty) from
4.1.118.Final to 4.1.119.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.118.Final...netty-4.1.119.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-transport-native-epoll
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
appender/cassandra/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appender/cassandra/pom.xml b/appender/cassandra/pom.xml
index ebe53407..d29c2098 100644
--- a/appender/cassandra/pom.xml
+++ b/appender/cassandra/pom.xml
@@ -172,7 +172,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
- <version>4.1.118.Final</version>
+ <version>4.1.119.Final</version>
<scope>test</scope>
</dependency>