Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.2.0 to align with Spring version
Browse files Browse the repository at this point in the history
Upgrade Spring Boot to 3.2.0 to align with Spring version. The tests
fail otherwise.

#130
  • Loading branch information
smcvb committed Nov 24, 2023
1 parent f0b3e88 commit 94874fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- Main -->
<axon.version>4.9.0</axon.version>
<spring.version>6.1.1</spring.version>
<spring-boot.version>3.1.6</spring-boot.version>
<spring-boot.version>3.2.0</spring-boot.version>
<!-- Database -->
<jakarta.persistence.version>3.1.0</jakarta.persistence.version>
<!-- Serialization -->
Expand Down

0 comments on commit 94874fb

Please sign in to comment.