Skip to content

Commit

Permalink
fix: examples/servlet/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
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 b79d78b commit 17c203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<cxf.version>3.5.4</cxf.version>
<cxf.version>3.5.10</cxf.version>
<log4j.version>2.8.2</log4j.version>
<xml-log-filter.version>1.0.9-SNAPSHOT</xml-log-filter.version>
</properties>
Expand Down

0 comments on commit 17c203c

Please sign in to comment.