Skip to content

Commit b8f8d44

Browse files
authored
Merge pull request #20 from spt-development/feature/spring-boot-3.1.3-upgrade
Updated dependencies to align with Spring Boot 3.1.3
2 parents 8a97a14 + 3e100a0 commit b8f8d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
<maven.compiler.release>17</maven.compiler.release>
3838

3939
<!-- Dependency versions -->
40-
<spring-boot.version>3.1.2</spring-boot.version>
40+
<spring-boot.version>3.1.3</spring-boot.version>
4141
<spt-cid.version>2.0.11</spt-cid.version>
42-
<spt-logging-spring.version>3.0.8</spt-logging-spring.version>
42+
<spt-logging-spring.version>3.0.9</spt-logging-spring.version>
4343

4444
<!-- Plugin versions -->
4545
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>

0 commit comments

Comments
 (0)