forked from phoedos/pmd
6
pom.xml
6
pom.xml
@ -592,11 +592,11 @@
|
|||||||
<artifactId>pmd-build-tools-config</artifactId>
|
<artifactId>pmd-build-tools-config</artifactId>
|
||||||
<version>${pmd.build-tools.version}</version>
|
<version>${pmd.build-tools.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- Allow to build PMD with Java 23 -->
|
<!-- Allow to build PMD with Java 24 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.7</version>
|
<version>9.7.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
@ -828,7 +828,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.ow2.asm</groupId>
|
<groupId>org.ow2.asm</groupId>
|
||||||
<artifactId>asm</artifactId>
|
<artifactId>asm</artifactId>
|
||||||
<version>9.7</version>
|
<version>9.7.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.pcollections</groupId>
|
<groupId>org.pcollections</groupId>
|
||||||
|
Reference in New Issue
Block a user