Skip to content

Commit

Permalink
[version] Updated the Maven Compiler plugin to 3.11.0 and the asm dep…
Browse files Browse the repository at this point in the history
…endency to 9.6.
  • Loading branch information
meronbrouwer committed Dec 14, 2023
1 parent bda8f53 commit ad43e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.11.0</version>
<configuration>
<release>${java.version}</release>
<showWarnings>true</showWarnings>
Expand All @@ -120,7 +120,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>7.2</version>
<version>9.6</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit ad43e35

Please sign in to comment.