Skip to content

Commit c75b156

Browse files
authored
Merge pull request #18 from spt-development/feature/upgrade-to-spring-3.1.1
Updated dependencies to align with Spring Boot 3.1.1
2 parents 3753a76 + 2b69252 commit c75b156

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.0</spring-boot.version>
40+
<spring-boot.version>3.1.1</spring-boot.version>
4141
<spt-cid.version>2.0.11</spt-cid.version>
42-
<spt-logging-spring.version>3.0.6</spt-logging-spring.version>
42+
<spt-logging-spring.version>3.0.7</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)