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-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Nov 28, 2024
1 parent bdad11d commit 8672d14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions samples/server/petstore/kotlin-vertx-modelMutable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<kotlin.version>1.6.10</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
<junit.version>4.13.2</junit.version>
<vertx.version>3.9.12</vertx.version>
<vertx.version>4.4.0</vertx.version>
<maven-compiler-plugin.version>3.10.0</maven-compiler-plugin.version>
<vertx-openapi-router.version>1.0.2</vertx-openapi-router.version>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
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 8672d14

Please sign in to comment.