Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.1.6 and Spring Framework 6.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky authored and filiphr committed Nov 27, 2023
1 parent 76992c2 commit 24abb35
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,18 @@ 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.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 spring-beans 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-core 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-context 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-context-support 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-jdbc 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-tx 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-web 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-webmvc 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-aop 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-core 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-expression 6.0.14 The Apache Software License, Version 2.0
org.springframework spring-orm 6.0.14 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
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<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.1.5</spring.boot.version>
<spring.framework.version>6.0.13</spring.framework.version>
<spring.boot.version>3.1.6</spring.boot.version>
<spring.framework.version>6.0.14</spring.framework.version>
<spring.security.version>6.1.5</spring.security.version>
<spring.amqp.version>3.0.10</spring.amqp.version>
<spring.kafka.version>3.0.12</spring.kafka.version>
<spring.kafka.version>3.0.13</spring.kafka.version>
<spring.ldap.version>3.1.1</spring.ldap.version>
<reactor-netty.version>1.1.8</reactor-netty.version>
<jackson.version>2.15.3</jackson.version>
Expand Down Expand Up @@ -166,12 +166,12 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.2</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>4.0.2</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>com.ibm.db2</groupId>
<artifactId>jcc</artifactId>
<version>11.5.8.0</version>
<version>11.5.9.0</version>
</dependency>
<!-- Web service -->
<dependency>
Expand Down

0 comments on commit 24abb35

Please sign in to comment.