From 974e8b076066b86c546cdf2b71a325478d59342c Mon Sep 17 00:00:00 2001 From: kevlahnota Date: Mon, 18 Nov 2024 15:17:38 +0800 Subject: [PATCH] update xstream, netty fix dependabot vulnerability --- forge-gui/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/forge-gui/pom.xml b/forge-gui/pom.xml index 2feebeda020..ba97aab0114 100644 --- a/forge-gui/pom.xml +++ b/forge-gui/pom.xml @@ -44,7 +44,7 @@ com.thoughtworks.xstream xstream - 1.4.20 + 1.4.21 xmlpull @@ -55,7 +55,7 @@ io.netty netty-all - 4.1.114.Final + 4.1.115.Final compile