Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v…
Browse files Browse the repository at this point in the history
…3.13.0
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent bb809a2 commit 922b757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<version>1.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<compilerId>luac</compilerId>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>12</source>
<target>12</target>
Expand Down

0 comments on commit 922b757

Please sign in to comment.