Skip to content

Commit

Permalink
fix: samples/server/petstore/jaxrs-cxf-cdi/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-ORGAPACHECXF-8648831
  • Loading branch information
snyk-bot committed Jan 23, 2025
1 parent bdad11d commit aab0e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/server/petstore/jaxrs-cxf-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<!-- Version is just a guess -->
<!-- Require at lease CXF 3.1.2 since HTTP PATCH support was added on this version -->
<version>3.1.2</version>
<version>3.5.10</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit aab0e67

Please sign in to comment.