fix: pom.xml to reduce vulnerabilities (#1473)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-32236
This commit is contained in:
Snyk bot
2020-08-18 13:51:03 +03:00
committed by GitHub
parent fca9b69766
commit 8f201d0c6c

View File

@@ -53,7 +53,7 @@
<!-- We need to have compatibility with Gradle -->
<groovy.version>2.5.10</groovy.version>
<!-- We need to have compatibility with Boot -->
<maven.version>3.5.4</maven.version>
<maven.version>3.6.0</maven.version>
<!-- Resolver has to be aligned with Maven (e.g resolver 1.4 and Maven 3.6 or resolver 1.3 and Maven 3.5) -->
<maven.resolver.version>1.3.3</maven.resolver.version>
<xpath2.processor.version>2.1.100</xpath2.processor.version>