1
1
mirror of https://github.com/cqfn/eo.git synced 2024-10-04 04:07:19 +03:00

fix: eo-maven-plugin/pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHEMAVENSHARED-570592
This commit is contained in:
snyk-bot 2022-07-31 07:58:20 +00:00
parent 47d9cf6d96
commit 7952ca340d
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078

View File

@ -34,7 +34,7 @@ SOFTWARE.
<name>eo-maven-plugin</name>
<description>EO-to-Java Maven Plugin</description>
<properties>
<maven.version>3.8.1</maven.version>
<maven.version>3.8.2</maven.version>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
<distributionManagement>