Skip to content

Commit e425eb5

Browse files
committed
GH-309 - Upgrade to Spring Boot 3.1.4 and Spring Framework 6.0.12.
Also, examples to jMolecules BOM 2023.1.0.
1 parent 93e9d54 commit e425eb5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
<jmolecules-bom.version>2023.1.0</jmolecules-bom.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
42-
<spring.version>6.0.11</spring.version> <!-- For Javadoc links only -->
42+
<spring.version>6.0.12</spring.version> <!-- For Javadoc links only -->
4343
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
44-
<spring-boot.version>3.1.3</spring-boot.version>
44+
<spring-boot.version>3.1.4</spring-boot.version>
4545

4646
</properties>
4747

spring-modulith-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.1.3</version>
7+
<version>3.1.4</version>
88
<relativePath />
99
</parent>
1010

@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.jmolecules</groupId>
4343
<artifactId>jmolecules-bom</artifactId>
44-
<version>2023.0.0</version>
44+
<version>2023.1.0</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>

0 commit comments

Comments
 (0)