From 9d0a74c30ea58abd72ca8e5cdb484e30623f03fb Mon Sep 17 00:00:00 2001 From: Maciej Sokol Date: Thu, 27 Jul 2023 10:09:11 +0200 Subject: [PATCH] Bump java driver from 4.14.1 to 4.17.0 Netty was stepped as well to make sure we follow the same version as driver. --- CHANGES.md | 1 + karaf-feature/pom.xml | 5 +++++ karaf-feature/src/main/feature/feature.xml | 1 + pom.xml | 10 ++++++++-- 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6fb0ba7f2..8065f9ac4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ## Version 5.0.0 +* Bump java driver from 4.14.1 to 4.17.0 * Bump guava from 31.1 to 32.0.1 (CVE-2023-2976) * Fix shebang in ecctool - Issue #504 * Bump springboot from 2.7.5 to 2.7.12 - Issue #500 diff --git a/karaf-feature/pom.xml b/karaf-feature/pom.xml index 78fda3da9..88bf492fe 100644 --- a/karaf-feature/pom.xml +++ b/karaf-feature/pom.xml @@ -73,6 +73,11 @@ netty-transport + + io.netty + netty-transport-native-unix-common + + io.netty netty-resolver diff --git a/karaf-feature/src/main/feature/feature.xml b/karaf-feature/src/main/feature/feature.xml index 0b76584cb..a5c51b58e 100644 --- a/karaf-feature/src/main/feature/feature.xml +++ b/karaf-feature/src/main/feature/feature.xml @@ -9,6 +9,7 @@ mvn:com.ericsson.bss.cassandra.ecchronos/core.osgi/${project.version} mvn:io.netty/netty-common/${io.netty.version} mvn:io.netty/netty-transport/${io.netty.version} + mvn:io.netty/netty-transport-native-unix-common/${io.netty.version} mvn:io.netty/netty-buffer/${io.netty.version} mvn:io.netty/netty-handler/${io.netty.version} mvn:io.netty/netty-codec/${io.netty.version} diff --git a/pom.xml b/pom.xml index 6d7d3674b..0d3af428e 100644 --- a/pom.xml +++ b/pom.xml @@ -58,10 +58,10 @@ ${project.groupId}.${project.artifactId} - 4.1.69.Final + 4.1.94.Final 1.9.2 4.2.10 - 4.14.1 + 4.17.0 32.0.1-jre 1.0.1 1.5.0 @@ -149,6 +149,12 @@ ${io.netty.version} + + io.netty + netty-transport-native-unix-common + ${io.netty.version} + + io.netty netty-resolver