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 2021/04/16 07:08:26 UTC

[isis] branch master updated: Bump spring-boot-maven-plugin from 2.4.4 to 2.4.5

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 db49570  Bump spring-boot-maven-plugin from 2.4.4 to 2.4.5
db49570 is described below

commit db49570cb0cb450592fb85d14c4389aa9d911359
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 16 06:04:32 2021 +0000

    Bump spring-boot-maven-plugin from 2.4.4 to 2.4.5
    
    Bumps [spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.4.4 to 2.4.5.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.4...v2.4.5)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 starters/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/starters/pom.xml b/starters/pom.xml
index 0f0225d..ef123bf 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -41,7 +41,7 @@
 
 		<maven.compiler.arg>-parameters</maven.compiler.arg>
 
-		<spring-boot.version>2.4.4</spring-boot.version>
+		<spring-boot.version>2.4.5</spring-boot.version>
 		<approvaltests.version>10.4.0</approvaltests.version>
 
 		<resteasy.version>4.4.1.Final</resteasy.version>