Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMBEUST-174815
  • Loading branch information
snyk-test authored and valery1707 committed Aug 15, 2019
1 parent ffde013 commit e64c935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<github.tag></github.tag>
<github.releaseName></github.releaseName>
<github.description></github.description>
<github.tag/>
<github.releaseName/>
<github.description/>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.beust</groupId>
<artifactId>jcommander</artifactId>
<version>1.64</version>
<version>1.75</version>
</dependency>

<!--Test-->
Expand Down

0 comments on commit e64c935

Please sign in to comment.