Skip to content

Commit

Permalink
fix: api/java/deployment/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-ORGECLIPSEJETTY-5969350
  • Loading branch information
snyk-bot committed Oct 15, 2023
1 parent 74a8069 commit b0790c3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions api/java/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
<configuration>
<transformers>
<!-- add Main-Class to manifest file -->
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>${main.class}</mainClass>
</transformer>
</transformers>
Expand All @@ -63,7 +62,7 @@
</executions>
<configuration>
<mainClass>${main.class}</mainClass>
<arguments></arguments>
<arguments/>
</configuration>
</plugin>
</plugins>
Expand All @@ -79,7 +78,7 @@
<dependency>
<groupId>com.sparkjava</groupId>
<artifactId>spark-core</artifactId>
<version>2.7.2</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit b0790c3

Please sign in to comment.