Skip to content

Commit

Permalink
fix: samples/server/petstore/jaxrs/jersey1/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-LOG4J-572732
  • Loading branch information
snyk-bot committed Jan 29, 2025
1 parent 0b37b59 commit dfb520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/server/petstore/jaxrs/jersey1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<jetty-version>9.2.9.v20150224</jetty-version>
<jersey-version>1.19.1</jersey-version>
<jackson-version>2.9.9</jackson-version>
<slf4j-version>1.7.21</slf4j-version>
<slf4j-version>1.7.29</slf4j-version>
<junit-version>4.13</junit-version>
<servlet-api-version>2.5</servlet-api-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit dfb520d

Please sign in to comment.