Skip to content

Commit

Permalink
Merge pull request #15708 from cdapio/upgrade_xstream
Browse files Browse the repository at this point in the history
upgrading xstream lib for vulnerability
  • Loading branch information
itsankit-google authored Sep 19, 2024
2 parents baa0906 + 5f95a7e commit 7ad81db
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 7ad81db

Please sign in to comment.