Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities (#1172)
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-COMTHOUGHTWORKSXSTREAM-8352924

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
asmfstatoil and snyk-bot authored Nov 9, 2024
1 parent ccc1fc0 commit 341fa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
<version>1.4.21</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 341fa9a

Please sign in to comment.