Skip to content

Commit

Permalink
Upgrade ASM to a version that supports JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
royteeuwen committed Sep 16, 2024
1 parent ab6e36b commit 239ae68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,27 +241,27 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>9.4</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>9.4</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>9.4</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-util</artifactId>
<version>9.4</version>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>9.4</version>
<version>${asm.version}</version>
</dependency>


Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<bnd.version>6.4.0</bnd.version>
<aem.version>6.5.10</aem.version>
<groovy.version>4.0.22</groovy.version>
<asm.version>9.7</asm.version>

<!-- SonarCloud -->
<sonar.organization>orbinson</sonar.organization>
Expand Down

0 comments on commit 239ae68

Please sign in to comment.