Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
lylingzhen authored Sep 6, 2023
1 parent 70297dd commit 9d5a229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arklet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0.1</version>
<version>32.0.0</version>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.69</version>
<version>1.2.83</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -373,4 +373,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit 9d5a229

Please sign in to comment.