This is an automated email from the ASF dual-hosted git repository. lprimak pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push: new dfee7fd8e deps: upgrade to springboot 3.1.5 and spring 6.0.13 dfee7fd8e is described below commit dfee7fd8e91dd995667e92725babc957d6dacee7 Author: lprimak <le...@flowlogix.com> AuthorDate: Sun Oct 22 12:35:29 2023 -0500 deps: upgrade to springboot 3.1.5 and spring 6.0.13 --- samples/spring-boot-3-web/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/spring-boot-3-web/pom.xml b/samples/spring-boot-3-web/pom.xml index 1b16455d3..8dbb50f67 100644 --- a/samples/spring-boot-3-web/pom.xml +++ b/samples/spring-boot-3-web/pom.xml @@ -35,9 +35,9 @@ <properties> <module.name>samples.spring.boot3.web</module.name> - <spring-boot3.version>3.1.2</spring-boot3.version> + <spring-boot3.version>3.1.5</spring-boot3.version> <!-- below versions are not necessary in "real" applications --> - <spring.version>6.0.11</spring.version> + <spring.version>6.0.13</spring.version> </properties> <dependencies>