Skip to content

Commit

Permalink
build(deps): bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nisiyong committed Nov 16, 2024
1 parent f579fca commit 24f5424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,11 +199,11 @@
<artifactId>commons-lang3</artifactId>
<version>${common-lang3.version}</version>
</dependency>
<!-- to fix CVE-2022-41966 -->
<!-- to fix CVE-2024-47072 -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
<version>1.4.21</version>
</dependency>
<!--for test -->
<dependency>
Expand Down Expand Up @@ -648,4 +648,4 @@
</snapshots>
</repository>
</repositories>
</project>
</project>

0 comments on commit 24f5424

Please sign in to comment.