From ad7ffe2b6683a7ca223e2261acf7b160c837657c Mon Sep 17 00:00:00 2001 From: Emilie Date: Mon, 10 Feb 2025 20:56:08 -0500 Subject: [PATCH] Upgrade dependencies --- spring-boot-with-admin/admin/pom.xml | 171 +++++++++++++++++++- spring-boot-with-admin/notification/pom.xml | 15 ++ spring-boot-with-admin/registry/pom.xml | 5 + spring-boot/todo/pom.xml | 10 ++ 4 files changed, 199 insertions(+), 2 deletions(-) diff --git a/spring-boot-with-admin/admin/pom.xml b/spring-boot-with-admin/admin/pom.xml index 32d7c28..ca1c060 100644 --- a/spring-boot-with-admin/admin/pom.xml +++ b/spring-boot-with-admin/admin/pom.xml @@ -37,7 +37,6 @@ 3.4.1 4.2.0 - 3.4.1 @@ -45,10 +44,178 @@ org.springframework.boot spring-boot-starter-parent - ${spring-starter-parent.version} + 2.6.7 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 diff --git a/spring-boot-with-admin/notification/pom.xml b/spring-boot-with-admin/notification/pom.xml index 2b2af67..d40b07f 100644 --- a/spring-boot-with-admin/notification/pom.xml +++ b/spring-boot-with-admin/notification/pom.xml @@ -66,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 ca55e8f..15af30f 100644 --- a/spring-boot-with-admin/registry/pom.xml +++ b/spring-boot-with-admin/registry/pom.xml @@ -72,6 +72,11 @@ logback-core 1.5.16 + + net.minidev + json-smart + 2.4.11 + diff --git a/spring-boot/todo/pom.xml b/spring-boot/todo/pom.xml index 820720c..dbce7d3 100644 --- a/spring-boot/todo/pom.xml +++ b/spring-boot/todo/pom.xml @@ -73,6 +73,16 @@ classgraph 4.8.179 + + net.minidev + json-smart + 2.4.11 + + + ch.qos.logback + logback-core + 1.5.16 +