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/09/05 21:50:33 UTC

[incubator-streampipes] 02/03: [STREAMPIPES-222] Upgrade Spring and Spring Boot to latest versions

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

commit 1c0b360aa59d370e5da9af3352e217e2114a394e
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Sep 5 23:40:28 2020 +0200

    [STREAMPIPES-222] Upgrade Spring and Spring Boot to latest versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a86683e..8aa227a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,8 +96,8 @@
         <slf4j.version>1.7.25</slf4j.version>
         <snappy-java.version>1.1.7.2</snappy-java.version>
         <spark.version>2.1.2</spark.version>
-        <spring.version>5.2.0.RELEASE</spring.version>
-        <spring-boot.version>2.2.0.RELEASE</spring-boot.version>
+        <spring.version>5.2.8.RELEASE</spring.version>
+        <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
         <type-parser.version>0.6.0</type-parser.version>
         <underscore.version>1.47</underscore.version>