summaryrefslogtreecommitdiffstats
path: root/nokiav2/driver/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nokiav2/driver/pom.xml')
-rw-r--r--nokiav2/driver/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml
index 1e6b0dc1..626aaad3 100644
--- a/nokiav2/driver/pom.xml
+++ b/nokiav2/driver/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>25.0-jre</version>
+ <version>26.0-jre</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -95,7 +95,7 @@
<!-- parsing VNFDs -->
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
- <version>1.19</version>
+ <version>1.23</version>
</dependency>
<dependency>
<groupId>pl.pojo</groupId>
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
- <version>9.4.9.v20180320</version>
+ <version>9.4.11.v20180605</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.8.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>