Skip to content

Commit

Permalink
fix: samples/server/petstore/java-undertow/pom.xml to reduce vulnerab…
Browse files Browse the repository at this point in the history
…ilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IOUNDERTOW-6057199
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-6056527
  • Loading branch information
snyk-bot committed Nov 17, 2023
1 parent 8d46d64 commit 069e29a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions samples/server/petstore/java-undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.framework>0.1.1</version.framework>
<version.framework>1.4.0</version.framework>
<version.jackson>2.10.5</version.jackson>
<version.jackson.databind>2.10.5.1</version.jackson.databind>
<version.slf4j>1.7.21</version.slf4j>
Expand All @@ -29,7 +29,7 @@
<version.logback>1.2.0</version.logback>
<version.junit>4.13</version.junit>
<version.mockito>2.1.0-beta.124</version.mockito>
<version.undertow>1.4.0.Final</version.undertow>
<version.undertow>1.4.17.Final</version.undertow>
<version.jsonpath>2.2.0</version.jsonpath>
<version.httpclient>4.5.2</version.httpclient>
<version.httpasyncclient>4.1.2</version.httpasyncclient>
Expand Down Expand Up @@ -169,8 +169,7 @@
</goals>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit 069e29a

Please sign in to comment.