aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--UniversalVesAdapter/pom.xml5
-rw-r--r--snmpmapper/pom.xml1
2 files changed, 4 insertions, 2 deletions
diff --git a/UniversalVesAdapter/pom.xml b/UniversalVesAdapter/pom.xml
index 2922ae2..2f8d63b 100644
--- a/UniversalVesAdapter/pom.xml
+++ b/UniversalVesAdapter/pom.xml
@@ -74,12 +74,12 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
- <version>2.0.6.RELEASE</version>
+ <version>2.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.5</version>
+ <version>2.9.4</version>
</dependency>
@@ -131,6 +131,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.0.0.RELEASE</version>
<executions>
<execution>
<goals>
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml
index a2c620d..efa04bb 100644
--- a/snmpmapper/pom.xml
+++ b/snmpmapper/pom.xml
@@ -91,6 +91,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <version>2.0.0.RELEASE</version>
<executions>
<execution>
<goals>