diff --git a/spring-boot-with-admin/admin/pom.xml b/spring-boot-with-admin/admin/pom.xml index 1b7ab41..ca1c060 100644 --- a/spring-boot-with-admin/admin/pom.xml +++ b/spring-boot-with-admin/admin/pom.xml @@ -35,8 +35,8 @@ 11 11 - 2.6.7 - 3.1.2 + 3.4.1 + 4.2.0 @@ -48,6 +48,184 @@ pom import + + org.springframework + spring-beans + 6.2.1 + + + org.springframework + spring-context + 6.2.1 + + + io.github.classgraph + classgraph + 4.8.179 + + + org.postgresql + postgresql + 42.7.5 + + + org.yaml + snakeyaml + 2.3 + + + ch.qos.logback + logback-classic + 1.5.16 + test + + + ch.qos.logback + logback-core + 1.5.16 + + + org.springframework.boot + spring-boot-autoconfigure + 3.4.1 + + + org.springframework + spring-core + 6.2.1 + + + org.springframework + spring-expression + 6.2.1 + + + com.fasterxml.jackson.core + jackson-databind + 2.18.2 + + + org.apache.tomcat.embed + tomcat-embed-core + 11.0.2 + + + org.apache.tomcat.embed + tomcat-embed-websocket + 11.0.2 + + + org.springframework + spring-web + 6.2.1 + + + org.springframework + spring-webmvc + 6.2.1 + + + org.hibernate.validator + hibernate-validator + 8.0.2.Final + + + com.h2database + h2 + 2.3.232 + test + + + com.jayway.jsonpath + json-path + 2.9.0 + + + net.minidev + json-smart + 2.4.11 + + + org.xmlunit + xmlunit-core + 2.10.0 + test + + + io.projectreactor.netty + reactor-netty-http + 1.2.2 + + + org.springframework + spring-webflux + 6.2.1 + + + io.netty + netty-codec-http2 + 4.1.117.Final + + + io.netty + netty-codec-http + 4.1.117.Final + + + io.netty + netty-common + 4.1.117.Final + + + io.netty + netty-handler + 4.1.117.Final + + + io.projectreactor.netty + reactor-netty-core + 1.2.2 + + + org.springframework.boot + spring-boot-actuator + 3.4.1 + + + org.springframework.boot + spring-boot-actuator-autoconfigure + 3.4.1 + + + org.springframework.security + spring-security-config + 6.4.2 + + + org.springframework.security + spring-security-core + 6.4.2 + + + org.springframework.security + spring-security-web + 6.4.2 + + + com.google.guava + guava + 33.4.0-jre + + + com.thoughtworks.xstream + xstream + 1.4.21 + + + org.apache.httpcomponents + httpclient + 4.5.14 + @@ -83,7 +261,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..d40b07f 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 @@ -63,6 +66,21 @@ pom import + + com.thoughtworks.xstream + xstream + 1.4.21 + + + net.minidev + json-smart + 2.4.11 + + + org.apache.httpcomponents + httpclient + 4.5.14 + diff --git a/spring-boot-with-admin/registry/pom.xml b/spring-boot-with-admin/registry/pom.xml index ea63b86..15af30f 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,26 @@ pom import + + com.thoughtworks.xstream + xstream + 1.4.21 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + ch.qos.logback + logback-core + 1.5.16 + + + net.minidev + json-smart + 2.4.11 + @@ -61,10 +84,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..dbce7d3 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,25 @@ org.springframework.boot spring-boot-starter-parent - 2.4.2 + ${spring-starter-parent.version} pom import + + io.github.classgraph + classgraph + 4.8.179 + + + net.minidev + json-smart + 2.4.11 + + + ch.qos.logback + logback-core + 1.5.16 + @@ -84,6 +102,7 @@ org.springframework.boot spring-boot-starter-web + ${spring-starter-web.version} org.springframework.boot @@ -163,7 +182,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 +