Skip to content

Commit

Permalink
Merge pull request #1494 from lprimak/update-springboot
Browse files Browse the repository at this point in the history
deps: update Spring 6.x and SpringBoot 3.x
  • Loading branch information
lprimak authored May 23, 2024
2 parents 9db8fd1 + 972bc48 commit 7af5ca4
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.3</spring-boot3.version>
<spring-boot3.version>3.2.6</spring-boot3.version>
<!-- below versions are not necessary in "real" applications -->
<spring.version>6.1.5</spring.version>
<spring.version>6.1.8</spring.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 7af5ca4

Please sign in to comment.