From f85cf5cf300ea535575698569888d84f37e87065 Mon Sep 17 00:00:00 2001 From: David B Malkovsky Date: Tue, 29 Aug 2023 15:40:16 -0400 Subject: [PATCH] Upgrade to Spring Boot 2.7.15 for 6.x track (#3725) --- distro/src/notice.txt | 28 ++++++++++++++-------------- pom.xml | 20 ++++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/distro/src/notice.txt b/distro/src/notice.txt index 8a5a8fae7ab..2cee243e407 100644 --- a/distro/src/notice.txt +++ b/distro/src/notice.txt @@ -101,7 +101,7 @@ com.fasterxml.jackson.core jackson-core 2.13.5 The com.fasterxml.jackson.core jackson-databind 2.13.5 The Apache Software License, Version 2.0 com.fasterxml.jackson.datatype jackson-datatype-joda 2.13.5 The Apache Software License, Version 2.0 com.google.guava guava 31.0.1-jre The Apache Software License, Version 2.0 -com.h2database h2 2.1.214 The H2 License, Version 1.0 +com.h2database h2 2.2.220 The H2 License, Version 1.0 com.fasterxml.uuid java-uuid-generator 3.3.0 The Apache Software License, Version 2.0 com.sun.mail javax.mail 1.6.2 CDDL/GPLv2+CE commons-beanutils commons-beanutils 1.8.3 The Apache Software License, Version 2.0 @@ -122,7 +122,7 @@ javax.annotation jsr250-api 1.0 COMM joda-time joda-time 2.10.13 Apache 2 log4j log4j 1.2.17 The Apache Software License, Version 2.0 org.apache.commons commons-email 1.5 Apache License, Version 2.0 -org.apache.commons commons-lang3 3.12.0 The Apache Software License, Version 2.0 +org.apache.commons commons-lang3 3.13.0 The Apache Software License, Version 2.0 org.apache.httpcomponents httpclient 4.5.13 Apache License, Version 2.0 org.apache.httpcomponents httpcore 4.4.15 Apache License, Version 2.0 org.apache.httpcomponents httpmime 4.5.13 Apache License, Version 2.0 @@ -136,18 +136,18 @@ org.mvel mvel2 2.2.6.Final The org.slf4j jcl-over-slf4j 1.7.36 MIT License org.slf4j slf4j-api 1.7.36 MIT License org.slf4j slf4j-log4j12 1.7.36 MIT License -org.springframework spring-beans 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-core 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-context 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-context-support 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-jdbc 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-tx 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-web 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-webmvc 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-aop 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-core 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-expression 5.3.25 The Apache Software License, Version 2.0 -org.springframework spring-orm 5.3.25 The Apache Software License, Version 2.0 +org.springframework spring-beans 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-core 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-context 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-context-support 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-jdbc 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-tx 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-web 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-webmvc 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-aop 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-core 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-expression 5.3.29 The Apache Software License, Version 2.0 +org.springframework spring-orm 5.3.29 The Apache Software License, Version 2.0 org.springframework.security spring-security-config 5.8.2 The Apache Software License, Version 2.0 org.springframework.security spring-security-core 5.8.2 The Apache Software License, Version 2.0 org.springframework.security spring-security-crypto 5.8.2 The Apache Software License, Version 2.0 diff --git a/pom.xml b/pom.xml index a2150540caa..c8997507812 100644 --- a/pom.xml +++ b/pom.xml @@ -14,23 +14,23 @@ https://oss.sonatype.org/content/repositories/snapshots/ 1.8 - 2.7.8 - 5.3.25 - 2.4.9 + 2.7.15 + 5.3.29 + 2.4.15 5.8.2 2.9.9 1.0.28 2.13.5 2.0.3 3.8.0 - 3.14.0 + 3.14.0 3.4.2 1.7.36 4.0.3 2.6.0 4.13.2 - 5.9.2 + 5.9.3 4.0.3 3.1.0 3.1.0 @@ -86,7 +86,7 @@ com.h2database h2 - 2.1.214 + 2.2.220 @@ -112,7 +112,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 commons-io @@ -232,7 +232,7 @@ com.mysql mysql-connector-j - 8.0.31 + 8.0.33 org.mariadb.jdbc @@ -242,7 +242,7 @@ com.ibm.db2 jcc - 11.5.7.0 + 11.5.8.0 org.flowable @@ -1206,7 +1206,7 @@ maven-surefire-plugin - 3.0.0-M5 + 3.1.2 false false