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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGCODEHAUSGROOVY-1048850
This commit is contained in:
Snyk bot
2020-12-09 09:49:31 +02:00
committed by GitHub
parent 7804933b21
commit ecf011dc21

View File

@@ -53,7 +53,7 @@
<gmavenplus-plugin.version>1.8.1</gmavenplus-plugin.version>
<!-- We need to have compatibility with Gradle -->
<groovy.version>2.5.12</groovy.version>
<groovy.version>2.5.14</groovy.version>
<!-- We need to have compatibility with Boot -->
<maven.version>3.6.3</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) -->