From 3f80104238f84bc056221b6fa930ad890de196e7 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 10 Jul 2025 11:35:24 -0700 Subject: [PATCH] Upgrade Proguard to version that can handle JDK 25+. --- launcher/pom.xml | 8 ++++---- pom.xml | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/launcher/pom.xml b/launcher/pom.xml index be0db99..0113dff 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -85,7 +85,7 @@ com.github.wvengen proguard-maven-plugin - 2.5.1 + 2.7.0 package @@ -96,18 +96,18 @@ com.guardsquare proguard-base - 7.2.1 + ${proguard.version} runtime com.guardsquare proguard-core - 9.0.0 + ${proguard-core.version} runtime - 7.2.1 + ${proguard.version} ${project.build.directory} ${project.build.finalName}.jar ${project.build.finalName}.jar diff --git a/pom.xml b/pom.xml index 077d495..ec797e1 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,8 @@ UTF-8 + 7.8.2 + 9.3.0