From a098cb784998210d99c942b4aaf6321eb3d7fa87 Mon Sep 17 00:00:00 2001 From: ReSech Date: Tue, 7 Oct 2025 06:45:24 +1100 Subject: [PATCH] dev: updated dependency versions of some libs (#13966) batik-transcoder to 1.19 commons-compress to 1.28.0 gson to 2.13.2 commons-lang3 to 3.18.0 jsoup to 1.21.2 --- Mage.Client/pom.xml | 2 +- Mage.Server/pom.xml | 2 +- pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Mage.Client/pom.xml b/Mage.Client/pom.xml index 6f7b308bc65..32e5e391c27 100644 --- a/Mage.Client/pom.xml +++ b/Mage.Client/pom.xml @@ -133,7 +133,7 @@ org.apache.xmlgraphics batik-transcoder - 1.17 + 1.19 diff --git a/Mage.Server/pom.xml b/Mage.Server/pom.xml index 0e363c314a5..52a4c45d749 100644 --- a/Mage.Server/pom.xml +++ b/Mage.Server/pom.xml @@ -208,7 +208,7 @@ org.apache.commons commons-compress - 1.27.1 + 1.28.0 org.apache.shiro diff --git a/pom.xml b/pom.xml index a630bfc265d..ccbd26f63c9 100644 --- a/pom.xml +++ b/pom.xml @@ -343,7 +343,7 @@ com.google.code.gson gson - 2.11.0 + 2.13.2 @@ -367,13 +367,13 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.18.0 org.jsoup jsoup - 1.21.1 + 1.21.2