Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.0.8 and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Jun 23, 2023
1 parent 45f9678 commit 1adf379
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<distributionManagementSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</distributionManagementSnapshotsUrl>
<jdk.version>17</jdk.version>
<!-- When updating one spring version, make sure that all of them are updated to their latest compatible versions -->
<spring.boot.version>3.0.7</spring.boot.version>
<spring.framework.version>6.0.9</spring.framework.version>
<spring.security.version>6.0.3</spring.security.version>
<spring.amqp.version>3.0.3</spring.amqp.version>
<spring.boot.version>3.0.8</spring.boot.version>
<spring.framework.version>6.0.10</spring.framework.version>
<spring.security.version>6.0.4</spring.security.version>
<spring.amqp.version>3.0.5</spring.amqp.version>
<spring.kafka.version>3.0.5</spring.kafka.version>
<reactor-netty.version>1.1.6</reactor-netty.version>
<reactor-netty.version>1.1.8</reactor-netty.version>
<jackson.version>2.14.3</jackson.version>
<jakarta-jms.version>3.1.0</jakarta-jms.version>
<camel.version>3.19.0</camel.version>
Expand Down Expand Up @@ -389,7 +389,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1adf379

Please sign in to comment.