You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/03/29 08:03:38 UTC

[streampipes] branch dependabot/maven/org.springframework-spring-core-6.0.7 updated: Bump spring boot version

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

riemer pushed a commit to branch dependabot/maven/org.springframework-spring-core-6.0.7
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dependabot/maven/org.springframework-spring-core-6.0.7 by this push:
     new 322e0ffe8 Bump spring boot version
322e0ffe8 is described below

commit 322e0ffe89183e71529082f489ea378e8384304e
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Mar 29 10:03:26 2023 +0200

    Bump spring boot version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3403e3eca..8b0547999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,7 +119,7 @@
 	<snakeyaml.version>2.0</snakeyaml.version>
 	<snappy-java.version>1.1.7.7</snappy-java.version>
 	<spring.version>6.0.7</spring.version>
-	<spring-boot.version>3.0.1</spring-boot.version>
+	<spring-boot.version>3.0.5</spring-boot.version>
 	<spring-security.version>6.0.1</spring-security.version>
 	<swagger.version>2.2.7</swagger.version>
 	<type-parser.version>0.7.0</type-parser.version>