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 2022/09/22 13:01:42 UTC

[isis] branch master updated: Bump Spring Boot 2.7.3 -> 2.7.4

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 966697eb09 Bump Spring Boot 2.7.3 -> 2.7.4
966697eb09 is described below

commit 966697eb0950f410318682b78f91d22689e5fba2
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Sep 22 15:01:34 2022 +0200

    Bump Spring Boot 2.7.3 -> 2.7.4
    
    - Java 19 support
---
 bom/pom.xml      | 4 ++--
 starters/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index d5eb327dc6..9bb71982f1 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -36,7 +36,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
     <parent>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.7.3</version>
+        <version>2.7.4</version>
         <relativePath/>
     </parent>
     <groupId>org.apache.isis</groupId>
@@ -411,7 +411,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
         <shiro.version>1.9.1</shiro.version>
         <simpleslackapi.version>1.3.0</simpleslackapi.version>
         <slf4j-api.version>2.0.2</slf4j-api.version> <!-- also provided by spring-boot-starter-logging, needed to solve convergence issues -->
-        <spring-boot.version>2.7.3</spring-boot.version>
+        <spring-boot.version>2.7.4</spring-boot.version>
         <summernote.version>0.8.11</summernote.version>
         <surefire-plugin.argLine>-Xmx512m</surefire-plugin.argLine>
         <swagger-core.version>1.6.6</swagger-core.version>
diff --git a/starters/pom.xml b/starters/pom.xml
index 331afa271d..16d4f182b7 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.springframework.boot</groupId>
 		<artifactId>spring-boot-starter-parent</artifactId>
-		<version>2.7.3</version>
+		<version>2.7.4</version>
 		<relativePath />
 	</parent>
 
@@ -41,7 +41,7 @@
 
 		<maven.compiler.release>11</maven.compiler.release>
 
-		<spring-boot.version>2.7.3</spring-boot.version>
+		<spring-boot.version>2.7.4</spring-boot.version>
 		<approvaltests.version>18.2.2</approvaltests.version>
 
 		<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in sync with property defined in resteasy4-spring-boot-starter -->