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.0
  • Loading branch information
renovate[bot] authored Dec 18, 2023
1 parent 63698bf commit deca9f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/basic-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.12.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down
2 changes: 1 addition & 1 deletion src/it/parallel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.12.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down
2 changes: 1 addition & 1 deletion src/it/with-options/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<version>3.12.0</version>
<configuration>
<source>11</source>
<target>11</target>
Expand Down

0 comments on commit deca9f9

Please sign in to comment.