Skip to content

Commit 24abb35

Browse files
dbmalkovskyfiliphr
authored andcommitted
Upgrade to Spring Boot 3.1.6 and Spring Framework 6.0.14
1 parent 76992c2 commit 24abb35

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

distro/src/notice.txt

+12-12
Original file line numberDiff line numberDiff line change
@@ -107,18 +107,18 @@ org.mvel mvel2 2.2.6.Final The
107107
org.slf4j jcl-over-slf4j 2.0.9 MIT License
108108
org.slf4j slf4j-api 2.0.9 MIT License
109109
org.slf4j slf4j-log4j12 2.0.9 MIT License
110-
org.springframework spring-beans 6.0.13 The Apache Software License, Version 2.0
111-
org.springframework spring-core 6.0.13 The Apache Software License, Version 2.0
112-
org.springframework spring-context 6.0.13 The Apache Software License, Version 2.0
113-
org.springframework spring-context-support 6.0.13 The Apache Software License, Version 2.0
114-
org.springframework spring-jdbc 6.0.13 The Apache Software License, Version 2.0
115-
org.springframework spring-tx 6.0.13 The Apache Software License, Version 2.0
116-
org.springframework spring-web 6.0.13 The Apache Software License, Version 2.0
117-
org.springframework spring-webmvc 6.0.13 The Apache Software License, Version 2.0
118-
org.springframework spring-aop 6.0.13 The Apache Software License, Version 2.0
119-
org.springframework spring-core 6.0.13 The Apache Software License, Version 2.0
120-
org.springframework spring-expression 6.0.13 The Apache Software License, Version 2.0
121-
org.springframework spring-orm 6.0.13 The Apache Software License, Version 2.0
110+
org.springframework spring-beans 6.0.14 The Apache Software License, Version 2.0
111+
org.springframework spring-core 6.0.14 The Apache Software License, Version 2.0
112+
org.springframework spring-context 6.0.14 The Apache Software License, Version 2.0
113+
org.springframework spring-context-support 6.0.14 The Apache Software License, Version 2.0
114+
org.springframework spring-jdbc 6.0.14 The Apache Software License, Version 2.0
115+
org.springframework spring-tx 6.0.14 The Apache Software License, Version 2.0
116+
org.springframework spring-web 6.0.14 The Apache Software License, Version 2.0
117+
org.springframework spring-webmvc 6.0.14 The Apache Software License, Version 2.0
118+
org.springframework spring-aop 6.0.14 The Apache Software License, Version 2.0
119+
org.springframework spring-core 6.0.14 The Apache Software License, Version 2.0
120+
org.springframework spring-expression 6.0.14 The Apache Software License, Version 2.0
121+
org.springframework spring-orm 6.0.14 The Apache Software License, Version 2.0
122122
org.springframework.security spring-security-config 6.1.5 The Apache Software License, Version 2.0
123123
org.springframework.security spring-security-core 6.1.5 The Apache Software License, Version 2.0
124124
org.springframework.security spring-security-crypto 6.1.5 The Apache Software License, Version 2.0

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<distributionManagementSnapshotsUrl>https://oss.sonatype.org/content/repositories/snapshots/</distributionManagementSnapshotsUrl>
1515
<jdk.version>17</jdk.version>
1616
<!-- When updating one spring version, make sure that all of them are updated to their latest compatible versions -->
17-
<spring.boot.version>3.1.5</spring.boot.version>
18-
<spring.framework.version>6.0.13</spring.framework.version>
17+
<spring.boot.version>3.1.6</spring.boot.version>
18+
<spring.framework.version>6.0.14</spring.framework.version>
1919
<spring.security.version>6.1.5</spring.security.version>
2020
<spring.amqp.version>3.0.10</spring.amqp.version>
21-
<spring.kafka.version>3.0.12</spring.kafka.version>
21+
<spring.kafka.version>3.0.13</spring.kafka.version>
2222
<spring.ldap.version>3.1.1</spring.ldap.version>
2323
<reactor-netty.version>1.1.8</reactor-netty.version>
2424
<jackson.version>2.15.3</jackson.version>
@@ -166,12 +166,12 @@
166166
<dependency>
167167
<groupId>org.glassfish.jaxb</groupId>
168168
<artifactId>jaxb-runtime</artifactId>
169-
<version>4.0.2</version>
169+
<version>4.0.4</version>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.glassfish.jaxb</groupId>
173173
<artifactId>jaxb-xjc</artifactId>
174-
<version>4.0.2</version>
174+
<version>4.0.4</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>jakarta.servlet</groupId>
@@ -252,7 +252,7 @@
252252
<dependency>
253253
<groupId>com.ibm.db2</groupId>
254254
<artifactId>jcc</artifactId>
255-
<version>11.5.8.0</version>
255+
<version>11.5.9.0</version>
256256
</dependency>
257257
<!-- Web service -->
258258
<dependency>

0 commit comments

Comments
 (0)