diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-09-13 09:49:12 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-09-13 09:49:12 +0200 |
commit | 89483acd40fe83f31beb1cc73e496012cf8bd8d7 (patch) | |
tree | ebb580d52f04477058099a5ac279e43e70f404ee /nokiav2/driverwar/pom.xml | |
parent | aa8966575a8b66d3986e6e019751cf872e142cf3 (diff) |
Fix CVE-2017-9735
Change-Id: I2adcec10d795f648ec0d09af37ce62d4f5f32a85
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-1005
Diffstat (limited to 'nokiav2/driverwar/pom.xml')
-rw-r--r-- | nokiav2/driverwar/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nokiav2/driverwar/pom.xml b/nokiav2/driverwar/pom.xml index d6866cda..76bb6ef1 100644 --- a/nokiav2/driverwar/pom.xml +++ b/nokiav2/driverwar/pom.xml @@ -64,7 +64,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> - <version>3.2.0</version> + <version>3.2.2</version> <configuration> <failOnMissingWebXml>false</failOnMissingWebXml> <archive> @@ -94,7 +94,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> |