Skip to content

Commit

Permalink
Spring latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Aug 23, 2023
1 parent deca132 commit 4f9e373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<junit.version>5.10.0</junit.version>
<hamcrest.version>2.2</hamcrest.version>
<!-- Note -Pjakarta for Spring 6 (Requires Java 17 and JakartaEE) -->
<spring-webmvc.version>5.3.27</spring-webmvc.version>
<spring-boot.version>2.7.12</spring-boot.version>
<spring-webmvc.version>5.3.29</spring-webmvc.version>
<spring-boot.version>2.7.14</spring-boot.version>
</properties>
<developers>
<developer>
Expand Down Expand Up @@ -160,7 +160,7 @@
<profile>
<id>jakarta</id>
<properties>
<spring-webmvc.version>6.0.10</spring-webmvc.version>
<spring-webmvc.version>6.0.11</spring-webmvc.version>
<spring-boot.version>3.1.2</spring-boot.version>
</properties>
<build>
Expand Down

0 comments on commit 4f9e373

Please sign in to comment.