Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-compiler-plugin
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and johnaohara committed Mar 19, 2024
1 parent 3825612 commit fc93e1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/horreum-dev-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</modules>

<properties>
<compiler-plugin.version>3.12.1</compiler-plugin.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<failsafe-plugin.version>3.2.5</failsafe-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

<version.sonatype.nexus>1.6.13</version.sonatype.nexus>
<version.maven.antrun>3.1.0</version.maven.antrun>
<version.maven.compiler>3.12.1</version.maven.compiler>
<version.maven.compiler>3.13.0</version.maven.compiler>
<version.maven.gpg>3.2.0</version.maven.gpg>
<version.maven.install>3.1.1</version.maven.install>
<version.maven.jar>3.3.0</version.maven.jar>
Expand Down

0 comments on commit fc93e1d

Please sign in to comment.