summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/pom.xml
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-03-14 09:51:50 +0100
committerDenes Nemeth <denes.nemeth@nokia.com>2018-03-14 14:53:54 +0100
commit876a4acf6f2e8264bb82e960e9aa886799c4bdb1 (patch)
treee929d22a832b73a2345b8c8f7f8c4a06721e4731 /nokiav2/driver/pom.xml
parent626ebae46807adeab6d0b9d5568515f457c7ece3 (diff)
Fix some security vulnerabilities
Change-Id: Ib1c08c4f73df8cfe42b2857ee674f102ec09c253 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/driver/pom.xml')
-rw-r--r--nokiav2/driver/pom.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml
index 46dfe936..a06b4166 100644
--- a/nokiav2/driver/pom.xml
+++ b/nokiav2/driver/pom.xml
@@ -40,13 +40,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
- <version>1.5.10.RELEASE</version>
+ <version>${spring.boot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
- <version>1.5.10.RELEASE</version>
+ <version>${spring.boot.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -60,12 +60,11 @@
<artifactId>snakeyaml</artifactId>
<version>1.19</version>
</dependency>
+ <!-- this version must be in sync with the dependency comming from spring boot -->
<dependency>
- <!-- this does not have a compile time dependency, but is required to be able to deserialize the date to joda time -->
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
- <!-- this version must be in sync with the dependency comming from spring boot -->
- <version>2.8.10</version>
+ <version>2.9.3</version>
</dependency>
<!-- access MSB during registration -->
<dependency>
@@ -85,11 +84,13 @@
<version>9.4.8.v20171121</version>
<scope>test</scope>
</dependency>
+<!--
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
- <version>RELEASE</version>
+ <version>16.0.1</version>
</dependency>
+-->
<dependency>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-schema</artifactId>
@@ -100,13 +101,14 @@
<artifactId>rest-client</artifactId>
<version>1.2.0</version>
</dependency>
- </dependencies>
+
+ </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.5</version>
+ <version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>