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 2020/12/29 10:13:01 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-268] Bump Spring Boot version to 2.4.1 and Spring version to 5.3.2

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 bba1ac8  [STREAMPIPES-268] Bump Spring Boot version to 2.4.1 and Spring version to 5.3.2
bba1ac8 is described below

commit bba1ac8b64f64d78f3f0378a0e5786938b5dbe39
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Dec 29 11:12:44 2020 +0100

    [STREAMPIPES-268] Bump Spring Boot version to 2.4.1 and Spring version to 5.3.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91f9c9c..a37efc4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,8 +98,8 @@
         <snakeyaml.version>1.26</snakeyaml.version>
         <snappy-java.version>1.1.7.2</snappy-java.version>
         <spark.version>2.1.2</spark.version>
-        <spring.version>5.2.8.RELEASE</spring.version>
-        <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
+        <spring.version>5.3.2</spring.version>
+        <spring-boot.version>2.4.1</spring-boot.version>
         <type-parser.version>0.6.0</type-parser.version>
         <underscore.version>1.47</underscore.version>
         <wildfly-common.version>1.5.2.Final</wildfly-common.version>