Skip to content

Commit

Permalink
[Fixes #678] Upgrade Spring Boot to 3.2.5 and Spring Framework to 6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed May 6, 2024
1 parent 196a39c commit a8f3512
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 @@ -1110,8 +1110,8 @@
<!-- Versions of Maven dependencies for Jolokia Spring-related libraries (JDK17 only) -->

<!-- Spring Framework and Spring Boot should be aligned -->
<version.org.springframework>6.1.5</version.org.springframework>
<version.org.springframework.boot>3.2.4</version.org.springframework.boot>
<version.org.springframework>6.1.6</version.org.springframework>
<version.org.springframework.boot>3.2.5</version.org.springframework.boot>
</properties>

<distributionManagement>
Expand Down

0 comments on commit a8f3512

Please sign in to comment.