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:45:50 UTC

[incubator-streampipes] 01/02: [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 rel/0.67.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit 4aeff28917d2ee475325d6d9e8c517f3179144e1
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 fc95cb2..9d0409c 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>