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 2022/04/23 16:39:19 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-533] Bump spring and spring-boot to latest version

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

riemer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2be9bace8 [STREAMPIPES-533] Bump spring and spring-boot to latest version
2be9bace8 is described below

commit 2be9bace8c805d9e3b5f82b378ec0c4dcf586a7c
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Sat Apr 23 18:39:09 2022 +0200

    [STREAMPIPES-533] Bump spring and spring-boot to latest version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 28a36b95e..b43ff174d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,8 +110,8 @@
 	<snakeyaml.version>1.26</snakeyaml.version>
 	<snappy-java.version>1.1.7.7</snappy-java.version>
 	<spring.version>5.3.19</spring.version>
-	<spring-boot.version>2.6.6</spring-boot.version>
-	<spring-security.version>5.6.1</spring-security.version>
+	<spring-boot.version>2.6.7</spring-boot.version>
+	<spring-security.version>5.6.3</spring-security.version>
 	<swagger.version>2.1.12</swagger.version>
 	<type-parser.version>0.6.0</type-parser.version>
 	<underscore.version>1.47</underscore.version>