Skip to content

Commit

Permalink
deps: update Spring framework 6 and SpringBoot 3 to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jun 21, 2024
1 parent b200647 commit ec91417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/spring-boot-3-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

<properties>
<module.name>samples.spring.boot3.web</module.name>
<spring-boot3.version>3.2.6</spring-boot3.version>
<spring-boot3.version>3.3.1</spring-boot3.version>
<!-- below versions are not necessary in "real" applications -->
<spring.version>6.1.8</spring.version>
<spring.version>6.1.10</spring.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ec91417

Please sign in to comment.