GH-309 - Upgrade to Spring Boot 3.1.4 and Spring Framework 6.0.12.
Also, examples to jMolecules BOM 2023.1.0.
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -39,9 +39,9 @@
|
||||
<jmolecules-bom.version>2023.1.0</jmolecules-bom.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<spring.version>6.0.11</spring.version> <!-- For Javadoc links only -->
|
||||
<spring.version>6.0.12</spring.version> <!-- For Javadoc links only -->
|
||||
<spring-asciidoctor-backends.version>0.0.7</spring-asciidoctor-backends.version>
|
||||
<spring-boot.version>3.1.3</spring-boot.version>
|
||||
<spring-boot.version>3.1.4</spring-boot.version>
|
||||
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.1.3</version>
|
||||
<version>3.1.4</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jmolecules</groupId>
|
||||
<artifactId>jmolecules-bom</artifactId>
|
||||
<version>2023.0.0</version>
|
||||
<version>2023.1.0</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user