Skip to content

Commit

Permalink
chore(deps): update dependency org.apache.maven.plugins:maven-compile…
Browse files Browse the repository at this point in the history
…r-plugin to v3.12.0 (#1118)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent 84c2a06 commit 7674734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</plugin>
<!-- adapted from https://www.jacoco.org/jacoco/trunk/doc/examples/build/pom.xml -->
<!-- adapted from https://github.com/diffplug/spotless/blob/main/plugin-maven/README.md -->
Expand Down
2 changes: 1 addition & 1 deletion sorald-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</plugin>
<!-- adapted from https://www.jacoco.org/jacoco/trunk/doc/examples/build/pom.xml -->
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion sorald/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
</plugin>
<!-- To make repair goal work on mvn3.6.3 -->
<!-- See https://stackoverflow.com/questions/10188534/custom-type-converter-for-mojo-configuration -->
Expand Down

0 comments on commit 7674734

Please sign in to comment.