Skip to content

Commit e43ee58

Browse files
dbmalkovskyfiliphr
authored andcommitted
Upgrade to Spring Boot 3.1.2 and updated dependencies
1 parent e8a009b commit e43ee58

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

distro/src/notice.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,31 +100,31 @@ org.apache.httpcomponents httpclient 4.5.13 Apac
100100
org.apache.httpcomponents httpcore 4.4.15 Apache License, Version 2.0
101101
org.apache.httpcomponents httpmime 4.5.13 Apache License, Version 2.0
102102
org.apache.geronimo.bundles json 20090211_1 The Apache Software License, Version 2.0
103-
org.apache.groovy groovy 4.0.10 The Apache Software License, Version 2.0
104-
org.apache.groovy groovy-jsr223 4.0.12 The Apache Software License, Version 2.0
103+
org.apache.groovy groovy 4.0.13 The Apache Software License, Version 2.0
104+
org.apache.groovy groovy-jsr223 4.0.13 The Apache Software License, Version 2.0
105105
org.liquibase liquibase-core 4.5.0 Apache License, Version 2.0
106106
org.mybatis mybatis 3.5.11 The Apache Software License, Version 2.0
107107
org.mybatis mybatis-spring 3.0.0 The Apache Software License, Version 2.0
108108
org.mvel mvel2 2.2.6.Final The Apache Software License, Version 2.0
109109
org.slf4j jcl-over-slf4j 2.0.7 MIT License
110110
org.slf4j slf4j-api 2.0.7 MIT License
111111
org.slf4j slf4j-log4j12 2.0.7 MIT License
112-
org.springframework spring-beans 6.0.10 The Apache Software License, Version 2.0
113-
org.springframework spring-core 6.0.10 The Apache Software License, Version 2.0
114-
org.springframework spring-context 6.0.10 The Apache Software License, Version 2.0
115-
org.springframework spring-context-support 6.0.10 The Apache Software License, Version 2.0
116-
org.springframework spring-jdbc 6.0.10 The Apache Software License, Version 2.0
117-
org.springframework spring-tx 6.0.10 The Apache Software License, Version 2.0
118-
org.springframework spring-web 6.0.10 The Apache Software License, Version 2.0
119-
org.springframework spring-webmvc 6.0.10 The Apache Software License, Version 2.0
120-
org.springframework spring-aop 6.0.10 The Apache Software License, Version 2.0
121-
org.springframework spring-core 6.0.10 The Apache Software License, Version 2.0
122-
org.springframework spring-expression 6.0.10 The Apache Software License, Version 2.0
123-
org.springframework spring-orm 6.0.10 The Apache Software License, Version 2.0
124-
org.springframework.security spring-security-config 6.1.1 The Apache Software License, Version 2.0
125-
org.springframework.security spring-security-core 6.1.1 The Apache Software License, Version 2.0
126-
org.springframework.security spring-security-crypto 6.1.1 The Apache Software License, Version 2.0
127-
org.springframework.security spring-security-web 6.1.1 The Apache Software License, Version 2.0
112+
org.springframework spring-beans 6.0.11 The Apache Software License, Version 2.0
113+
org.springframework spring-core 6.0.11 The Apache Software License, Version 2.0
114+
org.springframework spring-context 6.0.11 The Apache Software License, Version 2.0
115+
org.springframework spring-context-support 6.0.11 The Apache Software License, Version 2.0
116+
org.springframework spring-jdbc 6.0.11 The Apache Software License, Version 2.0
117+
org.springframework spring-tx 6.0.11 The Apache Software License, Version 2.0
118+
org.springframework spring-web 6.0.11 The Apache Software License, Version 2.0
119+
org.springframework spring-webmvc 6.0.11 The Apache Software License, Version 2.0
120+
org.springframework spring-aop 6.0.11 The Apache Software License, Version 2.0
121+
org.springframework spring-core 6.0.11 The Apache Software License, Version 2.0
122+
org.springframework spring-expression 6.0.11 The Apache Software License, Version 2.0
123+
org.springframework spring-orm 6.0.11 The Apache Software License, Version 2.0
124+
org.springframework.security spring-security-config 6.1.2 The Apache Software License, Version 2.0
125+
org.springframework.security spring-security-core 6.1.2 The Apache Software License, Version 2.0
126+
org.springframework.security spring-security-crypto 6.1.2 The Apache Software License, Version 2.0
127+
org.springframework.security spring-security-web 6.1.2 The Apache Software License, Version 2.0
128128
org.tinyjee.jgraphx jgraphx 1.10.4.1 JGraph Ltd - 3 clause BSD license
129129
org.yaml snakeyaml 1.17 The Apache Software License, Version 2.0
130130
xerces xercesImpl 2.12.1 The Apache Software License, Version 2.0

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
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.1</spring.boot.version>
18-
<spring.framework.version>6.0.10</spring.framework.version>
19-
<spring.security.version>6.1.1</spring.security.version>
17+
<spring.boot.version>3.1.2</spring.boot.version>
18+
<spring.framework.version>6.0.11</spring.framework.version>
19+
<spring.security.version>6.1.2</spring.security.version>
2020
<spring.amqp.version>3.0.5</spring.amqp.version>
21-
<spring.kafka.version>3.0.8</spring.kafka.version>
21+
<spring.kafka.version>3.0.9</spring.kafka.version>
2222
<reactor-netty.version>1.1.8</reactor-netty.version>
2323
<jackson.version>2.15.2</jackson.version>
2424
<jakarta-jms.version>3.1.0</jakarta-jms.version>
2525
<camel.version>4.0.0-RC1</camel.version>
2626
<cxf.version>4.0.2</cxf.version>
2727
<slf4j.version>2.0.7</slf4j.version>
28-
<groovy.version>4.0.12</groovy.version>
28+
<groovy.version>4.0.13</groovy.version>
2929
<jib-maven-plugin.version>3.3.1</jib-maven-plugin.version>
3030

3131
<junit.version>4.13.2</junit.version>
@@ -275,7 +275,7 @@
275275
<dependency>
276276
<groupId>org.hibernate.orm</groupId>
277277
<artifactId>hibernate-core</artifactId>
278-
<version>6.1.5.Final</version>
278+
<version>6.2.6.Final</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.apache.groovy</groupId>
@@ -389,7 +389,7 @@
389389
<dependency>
390390
<groupId>org.hsqldb</groupId>
391391
<artifactId>hsqldb</artifactId>
392-
<version>2.7.1</version>
392+
<version>2.7.2</version>
393393
<scope>test</scope>
394394
</dependency>
395395
<dependency>

0 commit comments

Comments
 (0)