From e79b273e73a9a4f75231a4d42e61c9a4a07640f9 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Thu, 14 Nov 2024 10:12:09 -0800 Subject: [PATCH 1/2] Dependency updates Signed-off-by: Anders Swanson --- database/starters/pom.xml | 9 +-------- spring-cloud-oci/pom.xml | 41 +++++++++++++++++++++++++++++++++++++-- 2 files changed, 40 insertions(+), 10 deletions(-) diff --git a/database/starters/pom.xml b/database/starters/pom.xml index 80a15443..d2694607 100644 --- a/database/starters/pom.xml +++ b/database/starters/pom.xml @@ -82,7 +82,7 @@ 1.1.6 5.9.3 1.20.1 - 2.15.3 + 2.1.3 3.0.1 1.1.7.3 @@ -186,13 +186,6 @@ pom import - - com.fasterxml.jackson - jackson-bom - ${jackson.version} - pom - import - org.junit junit-bom diff --git a/spring-cloud-oci/pom.xml b/spring-cloud-oci/pom.xml index 33ba65ed..d1a2d23d 100644 --- a/spring-cloud-oci/pom.xml +++ b/spring-cloud-oci/pom.xml @@ -80,6 +80,8 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or 5.4.15 2.0.3 3.53.1 + 2.17.1 + 4.1.115.Final 17 17 3.3.1 @@ -129,7 +131,11 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or springdoc-openapi-starter-webmvc-ui ${springdoc-openapi-starter-webmvc-ui.version} - + + io.netty + netty-common + ${netty.version} + org.apache.commons commons-lang3 @@ -161,7 +167,38 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or pom import - + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + + + com.fasterxml.jackson.module + jackson-module-jakarta-xmlbind-annotations + ${jackson.version} + + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + org.springframework.cloud spring-cloud-dependencies From e6cacab69baf933765bc995bb8a87410a22199d0 Mon Sep 17 00:00:00 2001 From: Anders Swanson Date: Thu, 14 Nov 2024 10:18:51 -0800 Subject: [PATCH 2/2] Dependency updates Signed-off-by: Anders Swanson --- database/starters/pom.xml | 8 ++++++++ spring-cloud-oci/pom.xml | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/database/starters/pom.xml b/database/starters/pom.xml index d2694607..5b1d72d1 100644 --- a/database/starters/pom.xml +++ b/database/starters/pom.xml @@ -73,6 +73,7 @@ ${java.version} 23.5.0.0 + 2.17.1 3.7.1 23.6.0.24.10 21.15.0.0 @@ -102,6 +103,13 @@ + + com.fasterxml.jackson + jackson-bom + ${jackson.version} + pom + import + org.springframework.boot spring-boot-configuration-processor diff --git a/spring-cloud-oci/pom.xml b/spring-cloud-oci/pom.xml index d1a2d23d..0b9c3290 100644 --- a/spring-cloud-oci/pom.xml +++ b/spring-cloud-oci/pom.xml @@ -167,13 +167,6 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or pom import - - com.fasterxml.jackson - jackson-bom - ${jackson.version} - pom - import - com.fasterxml.jackson.module jackson-module-jakarta-xmlbind-annotations