Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.1.3 (#3715)
Browse files Browse the repository at this point in the history
* Upgrade to Spring Boot 3.1.3

* Upgrade to Spring Boot 3.1.3

---------

Co-authored-by: Tijs Rademakers <[email protected]>
  • Loading branch information
dbmalkovsky and tijsrademakers authored Aug 29, 2023
1 parent 2b94a80 commit eddca26
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ org.apache.httpcomponents httpclient 4.5.13 Apac
org.apache.httpcomponents httpcore 4.4.15 Apache License, Version 2.0
org.apache.httpcomponents httpmime 4.5.13 Apache License, Version 2.0
org.apache.geronimo.bundles json 20090211_1 The Apache Software License, Version 2.0
org.apache.groovy groovy 4.0.13 The Apache Software License, Version 2.0
org.apache.groovy groovy-jsr223 4.0.13 The Apache Software License, Version 2.0
org.apache.groovy groovy 4.0.14 The Apache Software License, Version 2.0
org.apache.groovy groovy-jsr223 4.0.14 The Apache Software License, Version 2.0
org.eclipse.angus angus-mail 2.0.2 EDL 1.0 / EPL 2.0
org.liquibase liquibase-core 4.5.0 Apache License, Version 2.0
org.mybatis mybatis 3.5.11 The Apache Software License, Version 2.0
Expand All @@ -119,10 +119,10 @@ org.springframework spring-aop 6.0.11 The
org.springframework spring-core 6.0.11 The Apache Software License, Version 2.0
org.springframework spring-expression 6.0.11 The Apache Software License, Version 2.0
org.springframework spring-orm 6.0.11 The Apache Software License, Version 2.0
org.springframework.security spring-security-config 6.1.2 The Apache Software License, Version 2.0
org.springframework.security spring-security-core 6.1.2 The Apache Software License, Version 2.0
org.springframework.security spring-security-crypto 6.1.2 The Apache Software License, Version 2.0
org.springframework.security spring-security-web 6.1.2 The Apache Software License, Version 2.0
org.springframework.security spring-security-config 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-core 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-crypto 6.1.3 The Apache Software License, Version 2.0
org.springframework.security spring-security-web 6.1.3 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
Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
<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.2</spring.boot.version>
<spring.boot.version>3.1.3</spring.boot.version>
<spring.framework.version>6.0.11</spring.framework.version>
<spring.security.version>6.1.2</spring.security.version>
<spring.amqp.version>3.0.5</spring.amqp.version>
<spring.security.version>6.1.3</spring.security.version>
<spring.amqp.version>3.0.8</spring.amqp.version>
<spring.kafka.version>3.0.10</spring.kafka.version>
<spring.ldap.version>3.1.0</spring.ldap.version>
<spring.ldap.version>3.1.1</spring.ldap.version>
<reactor-netty.version>1.1.8</reactor-netty.version>
<jackson.version>2.15.2</jackson.version>
<jakarta-jms.version>3.1.0</jakarta-jms.version>
<camel.version>4.0.0</camel.version>
<cxf.version>4.0.2</cxf.version>
<slf4j.version>2.0.7</slf4j.version>
<groovy.version>4.0.13</groovy.version>
<groovy.version>4.0.14</groovy.version>
<jib-maven-plugin.version>3.3.1</jib-maven-plugin.version>

<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>6.2.6.Final</version>
<version>6.2.7.Final</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
Expand Down Expand Up @@ -1276,42 +1276,42 @@

<!-- Various information, not used by the build -->

<url>http://www.flowable.org</url>
<url>https://www.flowable.org</url>
<licenses>
<license>
<name>Apache v2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<organization>
<name>Flowable</name>
<url>http://www.flowable.org</url>
<url>https://www.flowable.org</url>
</organization>
<developers>
<developer>
<name>Tijs Rademakers</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
<url>https://www.flowable.org</url>
</developer>
<developer>
<name>Joram Barrez</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
<url>https://www.flowable.org</url>
</developer>
<developer>
<name>Filip Hrisafov</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
<url>https://www.flowable.org</url>
</developer>
<developer>
<name>Yvo Swillens</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
<url>https://www.flowable.org</url>
</developer>
<developer>
<name>Josh Long</name>
<organization>Pivotal</organization>
<url>http://www.pivotal.com</url>
<url>https://www.pivotal.com</url>
</developer>
</developers>
<issueManagement>
Expand Down

0 comments on commit eddca26

Please sign in to comment.