Skip to content

Commit

Permalink
upgrading xstream lib for vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
sahusanket committed Sep 19, 2024
1 parent baa0906 commit 5f95a7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2522,6 +2522,13 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>findbugs-check</id>
Expand Down

0 comments on commit 5f95a7e

Please sign in to comment.