Skip to content

Commit

Permalink
fix: samples/server/petstore/kotlin-vertx-modelMutable/pom.xml to red…
Browse files Browse the repository at this point in the history
…uce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGMOZILLA-1314295
- https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
  • Loading branch information
snyk-bot committed Oct 28, 2024
1 parent be618ec commit 4331cdd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions samples/server/petstore/kotlin-vertx-modelMutable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.0.5</version>
<version>2.1.22</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -172,14 +172,13 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>org.openapitools.server.api.verticle.DefaultApiVerticleKt</Main-Class>
</manifestEntries>
</transformer>
</transformers>
<artifactSet />
<artifactSet/>
<outputFile>${project.build.directory}/${project.artifactId}-${project.version}-fat.jar</outputFile>
</configuration>
</execution>
Expand Down

0 comments on commit 4331cdd

Please sign in to comment.