You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/11/11 19:21:06 UTC

[shiro] branch master updated: SHIRO-728 - Update Spring Boot to 2.1.10

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new 3366522  SHIRO-728 - Update Spring Boot to 2.1.10
     new 80403cb  Merge pull request #176 from coheigea/SHIRO-728
3366522 is described below

commit 33665224e88f10b450588d1848cf3c148ff7efaf
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Nov 11 17:26:12 2019 +0000

    SHIRO-728 - Update Spring Boot to 2.1.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8457f30..7541e80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
         <logback.version>1.2.3</logback.version>
         <log4j.version>1.2.17</log4j.version>
         <spring.version>5.1.10.RELEASE</spring.version>
-        <spring-boot.version>2.1.9.RELEASE</spring-boot.version>
+        <spring-boot.version>2.1.10.RELEASE</spring-boot.version>
         <guice.version>4.2.2</guice.version>
         <jaxrs.api.version>2.0.1</jaxrs.api.version>
         <htmlunit.version>2.36.0</htmlunit.version>