Bump asm from 9.7 to 9.7.1

This enables support for Java 24
Refs #5154
This commit is contained in:
Andreas Dangel 2024-10-27 15:53:00 +01:00
parent 9c098b2531
commit d68d6c57ef
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -592,11 +592,11 @@
<artifactId>pmd-build-tools-config</artifactId>
<version>${pmd.build-tools.version}</version>
</dependency>
<!-- Allow to build PMD with Java 23 -->
<!-- Allow to build PMD with Java 24 -->
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>9.7.1</version>
</dependency>
</dependencies>
</plugin>
@ -828,7 +828,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.7</version>
<version>9.7.1</version>
</dependency>
<dependency>
<groupId>org.pcollections</groupId>