Skip to content

Commit

Permalink
Merge pull request #12 from spt-development/feature/spring-boot-3.0.1…
Browse files Browse the repository at this point in the history
…-upgrade

Updates to align dependencies with Spring Boot 3.0.1
  • Loading branch information
SimonTaylor authored Jan 5, 2023
2 parents 5c4c47d + 42c0bbc commit ad1fcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
<maven.compiler.release>17</maven.compiler.release>

<!-- Dependency versions -->
<spring-boot.version>3.0.0</spring-boot.version>
<spring-boot.version>3.0.1</spring-boot.version>
<spt-cid.version>2.0.11</spt-cid.version>
<spt-cid-jms-spring.version>3.0.0</spt-cid-jms-spring.version>
<spt-cid-jms-spring.version>3.0.1</spt-cid-jms-spring.version>

<!-- Plugin versions -->
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>
Expand Down

0 comments on commit ad1fcf9

Please sign in to comment.