Sfoglia il codice sorgente

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 <Alexander@Kriegisch.name>
tags/V1_9_19
Alexander Kriegisch 1 anno fa
parent
commit
c05db1e68c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml Vedi File

@@ -22,7 +22,7 @@

<!-- Dependency versions -->
<jdt.core.version>1.9.19-SNAPSHOT</jdt.core.version>
<asm.version>9.3</asm.version>
<asm.version>9.4</asm.version>
<lib.ant.version>1.6.3</lib.ant.version>
<lib.ant.xerces.version>2.6.2</lib.ant.xerces.version>
<lib.regexp.version>1.2</lib.regexp.version>

Loading…
Annulla
Salva