From 200a49476a4d8399293fdc6b39f268a65bc994a3 Mon Sep 17 00:00:00 2001 From: Christopher Grote Date: Sat, 30 Apr 2022 00:32:59 +0100 Subject: [PATCH 1/2] Bumps to release version Signed-off-by: Christopher Grote --- connector/pom.xml | 4 ++-- migrator/pom.xml | 6 +++--- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/connector/pom.xml b/connector/pom.xml index fcf8b2bd..0e72edb2 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -9,12 +9,12 @@ egeria-connector-xtdb-module org.odpi.egeria - 3.8-SNAPSHOT + 3.8 4.0.0 egeria-connector-xtdb - 3.8-SNAPSHOT + 3.8 Egeria Connector for XTDB diff --git a/migrator/pom.xml b/migrator/pom.xml index c511863e..37b9828b 100644 --- a/migrator/pom.xml +++ b/migrator/pom.xml @@ -9,12 +9,12 @@ egeria-connector-xtdb-module org.odpi.egeria - 3.8-SNAPSHOT + 3.8 4.0.0 egeria-connector-xtdb-migrator - 3.8-SNAPSHOT + 3.8 Migration utilities for XTDB Connector @@ -25,7 +25,7 @@ org.odpi.egeria egeria-connector-xtdb - 3.8-SNAPSHOT + 3.8 compile diff --git a/pom.xml b/pom.xml index da9cc29a..d63b1b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.odpi.egeria egeria-connector-xtdb-module pom - 3.8-SNAPSHOT + 3.8 connector migrator From 91c6fe743b3f8921bda42412818d46e97104557c Mon Sep 17 00:00:00 2001 From: Christopher Grote Date: Sat, 30 Apr 2022 01:01:14 +0100 Subject: [PATCH 2/2] Updates various underlying dependencies to remove potential vulnerabilities Signed-off-by: Christopher Grote --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pom.xml b/pom.xml index d63b1b2f..b6ef9bce 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,12 @@ 1.7.36 1.2.11 7.5 + 4.5.13 + 4.1.76.Final + 2.6.3 + 2.11.4 + 1.15 UTF-8 UTF-8 @@ -159,6 +164,20 @@ ${xtdb.version} runtime + + + org.apache.kafka + kafka-clients + ${kafka.version} + runtime + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-cbor + ${jacksondataformat.version} + runtime + com.xtdb xtdb-jdbc @@ -178,6 +197,41 @@ ${httpclient.version} runtime + + + io.netty + netty-codec-http2 + ${netty.version} + runtime + + + + io.netty + netty-codec-http + ${netty.version} + runtime + + + + io.netty + netty-codec + ${netty.version} + runtime + + + + io.netty + netty-handler + ${netty.version} + runtime + + + + commons-codec + commons-codec + ${commonscodec.version} + runtime + com.xtdb xtdb-metrics