From 1adf3793bef9f6e2960b3d3e24a753ca47fc9d6e Mon Sep 17 00:00:00 2001 From: dbm Date: Fri, 23 Jun 2023 14:02:02 -0400 Subject: [PATCH] Upgrade to Spring Boot 3.0.8 and updated dependencies --- distro/src/notice.txt | 34 +++++++++++++++++----------------- pom.xml | 12 ++++++------ 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/distro/src/notice.txt b/distro/src/notice.txt index d3d772ec9b0..aa956627c8c 100644 --- a/distro/src/notice.txt +++ b/distro/src/notice.txt @@ -109,23 +109,23 @@ org.mvel mvel2 2.2.6.Final The org.slf4j jcl-over-slf4j 2.0.7 MIT License org.slf4j slf4j-api 2.0.7 MIT License org.slf4j slf4j-log4j12 2.0.7 MIT License -org.springframework spring-beans 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-core 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-context 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-context-support 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-jdbc 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-tx 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-web 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-webmvc 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-aop 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-core 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-expression 6.0.9 The Apache Software License, Version 2.0 -org.springframework spring-orm 6.0.9 The Apache Software License, Version 2.0 -org.springframework.security spring-security-config 6.0.3 The Apache Software License, Version 2.0 -org.springframework.security spring-security-core 6.0.3 The Apache Software License, Version 2.0 -org.springframework.security spring-security-crypto 6.0.3 The Apache Software License, Version 2.0 -org.springframework.security spring-security-web 6.0.3 The Apache Software License, Version 2.0 +org.springframework spring-beans 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-core 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-context 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-context-support 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-jdbc 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-tx 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-web 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-webmvc 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-aop 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-core 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-expression 6.0.10 The Apache Software License, Version 2.0 +org.springframework spring-orm 6.0.10 The Apache Software License, Version 2.0 +org.springframework.security spring-security-config 6.0.4 The Apache Software License, Version 2.0 +org.springframework.security spring-security-core 6.0.4 The Apache Software License, Version 2.0 +org.springframework.security spring-security-crypto 6.0.4 The Apache Software License, Version 2.0 +org.springframework.security spring-security-web 6.0.4 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 -xml-apis xml-apis 1.4.01 The Apache Software License, Version 2.0-The SAX License-The W3C License +xml-apis xml-apis 1.4.01 The Apache Software License, Version 2.0-The SAX License-The W3C License \ No newline at end of file diff --git a/pom.xml b/pom.xml index ab30d1efc7c..acc5bd5c09f 100644 --- a/pom.xml +++ b/pom.xml @@ -14,12 +14,12 @@ https://oss.sonatype.org/content/repositories/snapshots/ 17 - 3.0.7 - 6.0.9 - 6.0.3 - 3.0.3 + 3.0.8 + 6.0.10 + 6.0.4 + 3.0.5 3.0.5 - 1.1.6 + 1.1.8 2.14.3 3.1.0 3.19.0 @@ -389,7 +389,7 @@ org.hsqldb hsqldb - 2.7.1 + 2.7.2 test