diff --git a/b/.idea/libraries/extlibs.xml b/b/.idea/libraries/extlibs.xml index 4a8e2ccb4..6f976ed10 100644 --- a/b/.idea/libraries/extlibs.xml +++ b/b/.idea/libraries/extlibs.xml @@ -2,9 +2,9 @@ - - - + + + diff --git a/build.xml b/build.xml index b87c6960f..bd6a8a579 100644 --- a/build.xml +++ b/build.xml @@ -219,9 +219,9 @@ An example ant.properties file: - - - + + + @@ -828,9 +828,9 @@ The text for an official release would continue like ... - - - + + + diff --git a/extlibs/asm-9.9.1.jar b/extlibs/asm-9.10.jar similarity index 72% rename from extlibs/asm-9.9.1.jar rename to extlibs/asm-9.10.jar index 3fb0cd0aa..c5b759eea 100644 Binary files a/extlibs/asm-9.9.1.jar and b/extlibs/asm-9.10.jar differ diff --git a/extlibs/asm-commons-9.9.1.jar b/extlibs/asm-commons-9.10.jar similarity index 61% rename from extlibs/asm-commons-9.9.1.jar rename to extlibs/asm-commons-9.10.jar index c69bd4a32..cae4e1904 100644 Binary files a/extlibs/asm-commons-9.9.1.jar and b/extlibs/asm-commons-9.10.jar differ diff --git a/extlibs/asm-util-9.10.jar b/extlibs/asm-util-9.10.jar new file mode 100644 index 000000000..67951f593 Binary files /dev/null and b/extlibs/asm-util-9.10.jar differ diff --git a/extlibs/asm-util-9.9.1.jar b/extlibs/asm-util-9.9.1.jar deleted file mode 100644 index 0a9e77a04..000000000 Binary files a/extlibs/asm-util-9.9.1.jar and /dev/null differ diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e7c166f5a..e8f3475e1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] rev_ant = "1.10.17" rev_antlr = "3.5.3" -rev_asm = "9.9.1" +rev_asm = "9.10" rev_bouncycastle = "1.84" rev_commons_compress = "1.28.0" rev_commons_io = "2.22.0"