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 dc40aa4f Bump io.netty:netty-transport-native-epoll (#426)
dc40aa4f is described below
commit dc40aa4fe3ae1812d13661ba999f5ae8315c9111
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 11 21:07:23 2025 +0100
Bump io.netty:netty-transport-native-epoll (#426)
Bumps
[io.netty:netty-transport-native-epoll](https://github.com/netty/netty) from
4.1.117.Final to 4.1.118.Final.
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.117.Final...netty-4.1.118.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 1d9096a1..f97cc603 100644
--- a/appender/cassandra/pom.xml
+++ b/appender/cassandra/pom.xml
@@ -167,7 +167,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
- <version>4.1.117.Final</version>
+ <version>4.1.118.Final</version>
<scope>test</scope>
</dependency>