Skip to content

Commit

Permalink
Update ASM for modernizer-maven-plugin
Browse files Browse the repository at this point in the history
This ensures compatibility with JDK 22-23
  • Loading branch information
wendigo committed Mar 17, 2024
1 parent 5509c06 commit 38da435
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,13 @@
<failOnViolations>${air.check.fail-modernizer}</failOnViolations>
<javaVersion>${air.modernizer.java-version}</javaVersion>
</configuration>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${dep.asm.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>modernizer</id>
Expand Down

0 comments on commit 38da435

Please sign in to comment.