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:
Oliver Drotbohm
2023-09-21 23:06:36 +02:00
parent 93e9d5489d
commit e425eb5719
2 changed files with 4 additions and 4 deletions

View File

@@ -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>