From 9f2c3cfd026095009d557ba91ad38e3bbc0f5628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cahit=20=C5=9Eahin?= Date: Fri, 19 Nov 2021 21:12:54 +0300 Subject: [PATCH 1/2] 1.9.4 - update for java 16. --- obfuscator-annotations/pom.xml | 2 +- obfuscator-core/pom.xml | 52 +++++++++++++++++++++++++++------- pom.xml | 8 +++--- 3 files changed, 46 insertions(+), 16 deletions(-) diff --git a/obfuscator-annotations/pom.xml b/obfuscator-annotations/pom.xml index f2bf8ea..15e551d 100644 --- a/obfuscator-annotations/pom.xml +++ b/obfuscator-annotations/pom.xml @@ -16,7 +16,7 @@ me.superblaubeere27 obfuscator - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT obfuscator-annotations diff --git a/obfuscator-core/pom.xml b/obfuscator-core/pom.xml index d745ba5..162904d 100644 --- a/obfuscator-core/pom.xml +++ b/obfuscator-core/pom.xml @@ -16,7 +16,7 @@ me.superblaubeere27 obfuscator - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT obfuscator-core @@ -32,22 +32,30 @@ - 1.18.16 - 1.7.30 - 1.2.3 - 29.0-jre - 2.6.1 + 1.18.22 + 1.7.32 + 1.2.7 + 31.0.1-jre + 3.1.3 5.0.4 - 2.8.2 + 2.8.9 7.0.3 - 4.13.1 - 3.2.4 + 4.13.2 + 3.3.0-SNAPSHOT 3.2.0 6.1.4 - 3.11 - 15.2 + 3.12.0 + 15.3 + + + maven-snapshots + https://repository.apache.org/content/repositories/snapshots/ + + + + org.projectlombok @@ -219,6 +227,28 @@ + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + --illegal-access=permit + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.22.0 + + + --illegal-access=permit + + + + diff --git a/pom.xml b/pom.xml index 9459f66..f57aa95 100644 --- a/pom.xml +++ b/pom.xml @@ -15,14 +15,14 @@ me.superblaubeere27 obfuscator - 1.9.3-SNAPSHOT + 1.9.4-SNAPSHOT pom UTF-8 - 15 - 15 - 9.1 + 16 + 16 + 9.2 From 50d171ae7b521b5764e25be307fd2659f09a2618 Mon Sep 17 00:00:00 2001 From: Whiron Date: Sat, 15 Jun 2024 01:40:00 +0200 Subject: [PATCH 2/2] 1.9.5 - update for java 21 --- obfuscator-annotations/pom.xml | 2 +- obfuscator-core/pom.xml | 45 +++++++++++++++++----------------- pom.xml | 8 +++--- 3 files changed, 28 insertions(+), 27 deletions(-) diff --git a/obfuscator-annotations/pom.xml b/obfuscator-annotations/pom.xml index 15e551d..e949179 100644 --- a/obfuscator-annotations/pom.xml +++ b/obfuscator-annotations/pom.xml @@ -16,7 +16,7 @@ me.superblaubeere27 obfuscator - 1.9.4-SNAPSHOT + 1.9.5 obfuscator-annotations diff --git a/obfuscator-core/pom.xml b/obfuscator-core/pom.xml index 162904d..2c8203a 100644 --- a/obfuscator-core/pom.xml +++ b/obfuscator-core/pom.xml @@ -16,7 +16,7 @@ me.superblaubeere27 obfuscator - 1.9.4-SNAPSHOT + 1.9.5 obfuscator-core @@ -32,20 +32,20 @@ - 1.18.22 - 1.7.32 - 1.2.7 - 31.0.1-jre - 3.1.3 + 1.18.32 + 2.0.13 + 1.5.6 + 32.2.1-jre + 3.4.0 5.0.4 - 2.8.9 + 2.11.0 7.0.3 4.13.2 - 3.3.0-SNAPSHOT - 3.2.0 + 3.6.0 + 3.4.1 6.1.4 - 3.12.0 - 15.3 + 3.14.0 + 15.4 @@ -60,18 +60,18 @@ org.projectlombok lombok - ${lombok.version} + 1.18.32 provided org.slf4j slf4j-api - ${slf4j-api.version} + 2.0.13 ch.qos.logback logback-classic - ${logback-classic.version} + 1.4.12 org.ow2.asm @@ -102,7 +102,7 @@ com.google.guava guava - ${guava.version} + 32.0.0-android org.apache.commons @@ -112,13 +112,13 @@ org.openjdk.nashorn nashorn-core - ${nashorn.version} + 15.4 com.fifesoft rsyntaxtextarea - ${rsyntaxtextarea.version} + 3.4.0 @@ -131,7 +131,7 @@ com.google.code.gson gson - ${gson.version} + 2.11.0 com.intellij @@ -168,7 +168,7 @@ org.apache.maven.plugins maven-shade-plugin - ${maven-shade-plugin.version} + 3.2.4 package @@ -231,17 +231,18 @@ org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + 3.2.5 - --illegal-access=permit + --add-opens java.base/java.lang=ALL-UNNAMED + org.apache.maven.plugins maven-failsafe-plugin - 2.22.0 + 3.2.5 --illegal-access=permit diff --git a/pom.xml b/pom.xml index f57aa95..a18dfeb 100644 --- a/pom.xml +++ b/pom.xml @@ -15,14 +15,14 @@ me.superblaubeere27 obfuscator - 1.9.4-SNAPSHOT + 1.9.5 pom UTF-8 - 16 - 16 - 9.2 + 21 + 21 + 9.7