From c05db1e68c0f268641612403d1069e0f97beed59 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 2 Oct 2022 17:38:27 +0200 Subject: [PATCH] Bump ASM to 9.4, supporting Java 20 class files Even though we just upgraded to 9.3 for Java 19, it does not hurt to have ASM recognise the Java 20 class file major version. Signed-off-by: Alexander Kriegisch --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f93fcc1bf..4c4b72241 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 1.9.19-SNAPSHOT - 9.3 + 9.4 1.6.3 2.6.2 1.2 -- 2.39.5