You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/12/19 00:36:46 UTC

[isis] branch master updated: ISIS-2158: bump Spring versions

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c4b3b3  ISIS-2158: bump Spring versions
7c4b3b3 is described below

commit 7c4b3b3cd47233e5b0fc45c4d0e7dba3f1d18569
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Dec 19 01:36:38 2019 +0100

    ISIS-2158: bump Spring versions
---
 core-parent/pom.xml      | 2 +-
 core/pom.xml             | 4 ++--
 examples/vanilla/pom.xml | 2 +-
 starters/pom.xml         | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core-parent/pom.xml b/core-parent/pom.xml
index 12bd9ad..15b0daa 100644
--- a/core-parent/pom.xml
+++ b/core-parent/pom.xml
@@ -47,7 +47,7 @@ under the License.
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.2.1.RELEASE</version>
+		<version>2.2.2.RELEASE</version>
 		<relativePath/>
 	</parent>
 
diff --git a/core/pom.xml b/core/pom.xml
index 7a0f59c..1a5eafe 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -162,8 +162,8 @@
 		<shiro.version>1.4.1</shiro.version>
 		<simpleslackapi.version>1.2.0</simpleslackapi.version>
 		<slf4j-api.version>1.7.26</slf4j-api.version> <!-- as provided by spring-boot, needed to solve convergence issues -->
-		<spring-framework.version>5.2.1.RELEASE</spring-framework.version>
-		<spring-boot.version>2.2.1.RELEASE</spring-boot.version> <!--  has no effect here, needs to be set in core-parent/pom.xml -->
+		<spring-framework.version>5.2.2.RELEASE</spring-framework.version>
+		<spring-boot.version>2.2.2.RELEASE</spring-boot.version> <!--  has no effect here, needs to be set in core-parent/pom.xml -->
 		<summernote.version>0.8.11</summernote.version>
 		<swagger-core.version>1.6.0</swagger-core.version>
 
diff --git a/examples/vanilla/pom.xml b/examples/vanilla/pom.xml
index 302c70e..2965b4c 100644
--- a/examples/vanilla/pom.xml
+++ b/examples/vanilla/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.2.1.RELEASE</version>
+		<version>2.2.2.RELEASE</version>
 	</parent>
 
 </project>
diff --git a/starters/pom.xml b/starters/pom.xml
index 766e458..7791512 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -31,7 +31,7 @@ under the License.
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.2.1.RELEASE</version>
+		<version>2.2.2.RELEASE</version>
 		<relativePath/>
 	</parent>
 
@@ -46,7 +46,7 @@ under the License.
 
         <maven.compiler.arg>-parameters</maven.compiler.arg>
 
-		<spring-boot.version>2.2.1.RELEASE</spring-boot.version>
+		<spring-boot.version>2.2.2.RELEASE</spring-boot.version>
 		<approvaltests.version>4.0.2</approvaltests.version>
 	</properties>