This is an automated email from the ASF dual-hosted git repository.
bdemers pushed a commit to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/1.6.x by this push:
new 1f2cdcd Update Spring/Spring Boot Versions
1f2cdcd is described below
commit 1f2cdcdb29d879c9cd8e0bb8cab7a45ba0e9fbe0
Author: Brian Demers <[email protected]>
AuthorDate: Mon Aug 10 12:43:19 2020 -0400
Update Spring/Spring Boot Versions
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 344d66f..28384fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,8 +101,8 @@
<slf4j.version>1.7.26</slf4j.version>
<logback.version>1.2.3</logback.version>
<log4j.version>1.2.17</log4j.version>
- <spring.version>5.2.5.RELEASE</spring.version>
- <spring-boot.version>2.2.6.RELEASE</spring-boot.version>
+ <spring.version>5.2.8.RELEASE</spring.version>
+ <spring-boot.version>2.3.2.RELEASE</spring-boot.version>
<guice.version>4.2.2</guice.version>
<jaxrs.api.version>2.0.1</jaxrs.api.version>
<htmlunit.version>2.39.0</htmlunit.version>