aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authortkogut <tomasz.kogut@nokia.com>2020-12-02 11:53:06 +0100
committertkogut <tomasz.kogut@nokia.com>2020-12-02 12:54:15 +0100
commit8ad1127f32d03c25a1d0936638e3bd046a5ef6df (patch)
tree3b129afacf2fbbd775e4efd40d8d2b162b0287ab /pom.xml
parente9d10ba113a9f540d3e3c29177b27dd561f77869 (diff)
Upgrade Reactor and SpringBoot1.5.0
Issue-ID: DCAEGEN2-2537 Signed-off-by: tkogut <tomasz.kogut@nokia.com> Change-Id: Ide560554f11d01737b351d6138430efe6005791d
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 8febb283..023f4678 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.onap.dcaegen2.collectors</groupId>
<artifactId>datafile</artifactId>
- <version>1.4.3-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<name>dcaegen2-collectors.datafile</name>
<description>datafile collector</description>
@@ -45,12 +45,12 @@
<properties>
<java.version>11</java.version>
- <sdk.version>1.4.2</sdk.version>
+ <sdk.version>1.5.0</sdk.version>
<apache.httpcomponents.version>4.1.4</apache.httpcomponents.version>
<apache.commons.version>3.6</apache.commons.version>
<immutable.version>2.7.1</immutable.version>
- <spring.version>5.2.8.RELEASE</spring.version>
- <spring-boot.version>2.2.9.RELEASE</spring-boot.version>
+ <spring.version>5.3.1</spring.version>
+ <spring-boot.version>2.4.0</spring-boot.version>
<commons-io.version>1.3.2</commons-io.version>
<commons-net.version>3.3</commons-net.version>
@@ -316,7 +316,7 @@
<configuration>
<configFile>${project.parent.basedir}/onap-java-formatter.xml</configFile>
</configuration>
- <!-- https://code.revelc.net/formatter-maven-plugin/ use mvn formatter:format
+ <!-- https://code.revelc.net/formatter-maven-plugin/ use mvn formatter:format
to rewrite source files use mvn formatter:validate to validate source files -->
</plugin>
<plugin>