diff --git a/compatibility-tests/sdk-test-java/pom.xml b/compatibility-tests/sdk-test-java/pom.xml index 6756d79517..09ae65294b 100644 --- a/compatibility-tests/sdk-test-java/pom.xml +++ b/compatibility-tests/sdk-test-java/pom.xml @@ -16,8 +16,12 @@ 17 17 UTF-8 - 2.42.24 - 2.42.24 + 2.44.14 + 2.44.14 + 2.18.8 + 3.9.2 + 4.1.135.Final + 6.3.0 @@ -33,15 +37,37 @@ io.netty netty-bom - 4.1.118.Final + ${netty.version} pom import - - com.fasterxml.jackson.core - jackson-databind - 2.18.2 - + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + com.squareup.wire + wire-runtime + ${wire.version} + + + com.squareup.wire + wire-runtime-jvm + ${wire.version} + + + org.apache.commons + commons-lang3 + 3.18.0 + + + org.apache.kafka + kafka-clients + ${kafka.clients.version} + @@ -326,7 +352,7 @@ org.postgresql postgresql - 42.7.3 + 42.7.11 com.mysql @@ -342,7 +368,6 @@ com.fasterxml.jackson.core jackson-databind - 2.18.2 diff --git a/pom.xml b/pom.xml index e629132fc6..38ae1a093e 100644 --- a/pom.xml +++ b/pom.xml @@ -15,12 +15,21 @@ 25 UTF-8 - 3.36.0 - 2.6.9.Final + 3.36.3 + 2.21.4 + 2.6.13.Final + 6.3.0 + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + io.quarkus.platform quarkus-bom @@ -48,6 +57,16 @@ h2-mvstore 2.3.232 + + com.squareup.wire + wire-runtime + ${wire.version} + + + com.squareup.wire + wire-runtime-jvm + ${wire.version} +