aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-24 11:50:46 -0800
committergoogle-java-format Team <google-java-format-dev+copybara@google.com>2022-01-24 11:51:18 -0800
commitfa48f487494ce22c12210902a8b13e18e6c253e9 (patch)
tree71ec66f1ecbcd247bfff8e9a741f23b972f5128d
parent3de0712022506bb22aa7e89a7cbd25912696bf37 (diff)
downloadgoogle-java-format-fa48f487494ce22c12210902a8b13e18e6c253e9.tar.gz
Bump maven-compiler-plugin from 3.7.0 to 3.9.0
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.7.0 to 3.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/aeb15b6cf38ee44391febf23310a4f2b432ab444"><code>aeb15b6</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.9.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/6335382f97aad2e69b9f9a0a4af3cf801cd29273"><code>6335382</code></a> Shared GitHub Acton v2</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/8d5d3cd68db3cefb947e1e1bf5fd83ac231ef00d"><code>8d5d3cd</code></a> Fix site build</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ce4eb1e353d176f8573f7a3ba893fc3ec42ec21b"><code>ce4eb1e</code></a> Bump plexus-component-metadata from 2.1.0 to 2.1.1</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f875750ee9bcf07bb25b470c5ceb73d7dccfbe12"><code>f875750</code></a> Bump mockito-core from 4.1.0 to 4.2.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/5463357ebc1c65a4e25bfd8ea4c453a618b66bf1"><code>5463357</code></a> fix CI site goal</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/859c9039e4b73367a0d9486cc63b98ec1cc1fa6f"><code>859c903</code></a> Update plugins</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/b0de9bc0fbe9416e81b6a13cb9e67fdf891192af"><code>b0de9bc</code></a> Bump mockito-core from 4.0.0 to 4.1.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/f95dd463d904276564ac47ee822c37ac8751f4e9"><code>f95dd46</code></a> Bump plexusCompilerVersion from 2.8.8 to 2.9.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/26900cfe598981a516b66e01843e79f1c486a147"><code>26900cf</code></a> Bump mockito-core from 2.28.2 to 4.0.0</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.7.0...maven-compiler-plugin-3.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-compiler-plugin&package-manager=maven&previous-version=3.7.0&new-version=3.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #725 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/google-java-format/pull/725 from google:dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.9.0 d8cdb3fd6ae508b7311981da10875797bc57c725 PiperOrigin-RevId: 423873405
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0b3df52..fab2146 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,7 +164,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>3.9.0</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>