Skip to content

Commit

Permalink
update xstream, netty
Browse files Browse the repository at this point in the history
fix dependabot vulnerability
  • Loading branch information
kevlahnota authored Nov 18, 2024
1 parent cbe48d0 commit 974e8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
<version>1.4.21</version>
<exclusions>
<exclusion>
<groupId>xmlpull</groupId>
Expand All @@ -55,7 +55,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.114.Final</version>
<version>4.1.115.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 974e8b0

Please sign in to comment.