From f080897afd8e60db53717e39d824162be5434293 Mon Sep 17 00:00:00 2001 From: Emilie Date: Mon, 10 Feb 2025 19:40:14 -0500 Subject: [PATCH] Upgrade dependencies --- spring-boot-with-admin/admin/pom.xml | 19 ++++++++++++---- spring-boot-with-admin/notification/pom.xml | 9 +++++--- spring-boot-with-admin/registry/pom.xml | 24 +++++++++++++++++++-- spring-boot/todo/pom.xml | 17 +++++++++++---- spring-framework/ch08_spring-rest/pom.xml | 6 +++++- spring-framework/pom.xml | 15 ++++++++----- 6 files changed, 71 insertions(+), 19 deletions(-) diff --git a/spring-boot-with-admin/admin/pom.xml b/spring-boot-with-admin/admin/pom.xml index 1b7ab41..32d7c28 100644 --- a/spring-boot-with-admin/admin/pom.xml +++ b/spring-boot-with-admin/admin/pom.xml @@ -35,8 +35,9 @@ 11 11 - 2.6.7 - 3.1.2 + 3.4.1 + 4.2.0 + 3.4.1 @@ -44,10 +45,20 @@ org.springframework.boot spring-boot-starter-parent - 2.6.7 + ${spring-starter-parent.version} pom import + + com.thoughtworks.xstream + xstream + 1.4.21 + + + org.apache.httpcomponents + httpclient + 4.5.14 + @@ -83,7 +94,7 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-client - ${spring-cloud.version} + ${spring-cloud-starter-client.version} diff --git a/spring-boot-with-admin/notification/pom.xml b/spring-boot-with-admin/notification/pom.xml index c526180..2b2af67 100644 --- a/spring-boot-with-admin/notification/pom.xml +++ b/spring-boot-with-admin/notification/pom.xml @@ -36,8 +36,11 @@ 11 2.17.1 - 2021.0.0 - 2.6.0 + + 3.0.0 + + 2024.0.0 + 3.4.1 @@ -52,7 +55,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + ${spring-starter-parent.version} pom import diff --git a/spring-boot-with-admin/registry/pom.xml b/spring-boot-with-admin/registry/pom.xml index ea63b86..ca55e8f 100644 --- a/spring-boot-with-admin/registry/pom.xml +++ b/spring-boot-with-admin/registry/pom.xml @@ -35,7 +35,10 @@ 11 11 - 2021.0.0 + 2024.0.0 + 3.4.1 + 4.2.0 + 3.4.1 @@ -43,7 +46,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.3 + ${spring-cloud-starter-parent.version} pom import @@ -54,6 +57,21 @@ pom import + + com.thoughtworks.xstream + xstream + 1.4.21 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + ch.qos.logback + logback-core + 1.5.16 + @@ -61,10 +79,12 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-server + ${spring-cloud-starter-server.version} org.springframework.boot spring-boot-starter-test + ${spring-starter-test.version} test diff --git a/spring-boot/todo/pom.xml b/spring-boot/todo/pom.xml index 3ce9858..820720c 100644 --- a/spring-boot/todo/pom.xml +++ b/spring-boot/todo/pom.xml @@ -39,12 +39,15 @@ 1.1.7 3.11 - 2.6.0 + 3.0.0 2.21.1 - 2.7.0 + 3.0.0 + 1.3.0 + 3.4.1 + 3.4.1 3.0.3 @@ -61,10 +64,15 @@ org.springframework.boot spring-boot-starter-parent - 2.4.2 + ${spring-starter-parent.version} pom import + + io.github.classgraph + classgraph + 4.8.179 + @@ -84,6 +92,7 @@ org.springframework.boot spring-boot-starter-web + ${spring-starter-web.version} org.springframework.boot @@ -163,7 +172,7 @@ io.rest-assured rest-assured - 4.3.3 + 5.5.0 io.rest-assured diff --git a/spring-framework/ch08_spring-rest/pom.xml b/spring-framework/ch08_spring-rest/pom.xml index 5db3893..95ad5bc 100644 --- a/spring-framework/ch08_spring-rest/pom.xml +++ b/spring-framework/ch08_spring-rest/pom.xml @@ -47,7 +47,11 @@ pom import - + + io.github.classgraph + classgraph + 4.8.179 + diff --git a/spring-framework/pom.xml b/spring-framework/pom.xml index 6c8e3ca..c8f9a51 100644 --- a/spring-framework/pom.xml +++ b/spring-framework/pom.xml @@ -38,21 +38,21 @@ 17 17 - 6.0.8 + 6.1.14 3.0.5 5.9.3 - 1.4.6 + 1.5.16 - 2.1.214 + 2.3.232 6.1.7.Final 2.0.5 - 2.4.0 + 2.13.4.2 4.0.0 - 2.6.0 + 3.0.0 @@ -80,6 +80,11 @@ jakarta.persistence-api 3.1.0 + + ch.qos.logback + logback-core + 1.5.16 +