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.12.1 (#25)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent e8f9729 commit 6199d79
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.11.0</version>
<version>3.12.1</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.11.0</version>
<version>3.12.1</version>
<configuration>
<source>12</source>
<target>12</target>
Expand Down

0 comments on commit 6199d79

Please sign in to comment.