From 69b6a8aec3b0f532878508e67fc7f4576cad1c4a Mon Sep 17 00:00:00 2001 From: David B Malkovsky Date: Sat, 25 Nov 2023 13:06:30 -0500 Subject: [PATCH] Upgrade to Spring Boot 3.1.5, Security 6.1.5 and Spring Framework 6.0.13 (#3769) --- distro/src/notice.txt | 40 ++++++++++++++++++++-------------------- pom.xml | 16 ++++++++-------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/distro/src/notice.txt b/distro/src/notice.txt index 968065930a9..6189aded01a 100644 --- a/distro/src/notice.txt +++ b/distro/src/notice.txt @@ -69,10 +69,10 @@ Quartz This software includes unchanged copies of the following libraries: aopalliance aopalliance 1.0 Public Domain -com.fasterxml.jackson.core jackson-annotations 2.15.2 The Apache Software License, Version 2.0 -com.fasterxml.jackson.core jackson-core 2.15.2 The Apache Software License, Version 2.0 -com.fasterxml.jackson.core jackson-databind 2.15.2 The Apache Software License, Version 2.0 -com.fasterxml.jackson.datatype jackson-datatype-joda 2.15.2 The Apache Software License, Version 2.0 +com.fasterxml.jackson.core jackson-annotations 2.15.3 The Apache Software License, Version 2.0 +com.fasterxml.jackson.core jackson-core 2.15.3 The Apache Software License, Version 2.0 +com.fasterxml.jackson.core jackson-databind 2.15.3 The Apache Software License, Version 2.0 +com.fasterxml.jackson.datatype jackson-datatype-joda 2.15.3 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.fasterxml.uuid java-uuid-generator 3.3.0 The Apache Software License, Version 2.0 @@ -107,22 +107,22 @@ org.mvel mvel2 2.2.6.Final The org.slf4j jcl-over-slf4j 2.0.9 MIT License org.slf4j slf4j-api 2.0.9 MIT License org.slf4j slf4j-log4j12 2.0.9 MIT License -org.springframework spring-beans 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-core 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-context 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-context-support 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-jdbc 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-tx 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-web 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-webmvc 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-aop 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-core 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-expression 6.0.12 The Apache Software License, Version 2.0 -org.springframework spring-orm 6.0.12 The Apache Software License, Version 2.0 -org.springframework.security spring-security-config 6.1.4 The Apache Software License, Version 2.0 -org.springframework.security spring-security-core 6.1.4 The Apache Software License, Version 2.0 -org.springframework.security spring-security-crypto 6.1.4 The Apache Software License, Version 2.0 -org.springframework.security spring-security-web 6.1.4 The Apache Software License, Version 2.0 +org.springframework spring-beans 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-core 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-context 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-context-support 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-jdbc 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-tx 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-web 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-webmvc 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-aop 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-core 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-expression 6.0.13 The Apache Software License, Version 2.0 +org.springframework spring-orm 6.0.13 The Apache Software License, Version 2.0 +org.springframework.security spring-security-config 6.1.5 The Apache Software License, Version 2.0 +org.springframework.security spring-security-core 6.1.5 The Apache Software License, Version 2.0 +org.springframework.security spring-security-crypto 6.1.5 The Apache Software License, Version 2.0 +org.springframework.security spring-security-web 6.1.5 The Apache Software License, Version 2.0 org.tinyjee.jgraphx jgraphx 1.10.4.1 JGraph Ltd - 3 clause BSD license org.yaml snakeyaml 1.17 The Apache Software License, Version 2.0 xerces xercesImpl 2.12.1 The Apache Software License, Version 2.0 diff --git a/pom.xml b/pom.xml index f5e35d6e3b6..32ff3e9b449 100644 --- a/pom.xml +++ b/pom.xml @@ -14,14 +14,14 @@ https://oss.sonatype.org/content/repositories/snapshots/ 17 - 3.1.4 - 6.0.12 - 6.1.4 - 3.0.9 - 3.0.10 + 3.1.5 + 6.0.13 + 6.1.5 + 3.0.10 + 3.0.12 3.1.1 1.1.8 - 2.15.2 + 2.15.3 3.1.0 4.0.0 4.0.2 @@ -161,7 +161,7 @@ jakarta.xml.bind jakarta.xml.bind-api - 4.0.0 + 4.0.1 org.glassfish.jaxb @@ -270,7 +270,7 @@ org.hibernate.orm hibernate-core - 6.2.9.Final + 6.2.13.Final org.apache.groovy