Skip to content

Commit

Permalink
Downgrade maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 22, 2023
1 parent b08e96e commit 986a2e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@
<version.checkstyle.plugin>3.3.1</version.checkstyle.plugin>
<version.bundle.plugin>5.1.9</version.bundle.plugin>
<!-- Needing 3.6.2 at least because of MCOMPILER-294 -->
<version.compiler.plugin>3.12.0</version.compiler.plugin>
<!-- Cannot update to 3.12 because of https://issues.apache.org/jira/browse/MCOMPILER-567 -->
<version.compiler.plugin>3.11.0</version.compiler.plugin>
<version.dependency.plugin>3.6.1</version.dependency.plugin>
<!-- Check dependencies for security vulnerabilities -->
<version.dependency-check.plugin>9.0.7</version.dependency-check.plugin>
Expand Down

0 comments on commit 986a2e4

Please sign in to comment.