Skip to content

Commit

Permalink
Bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /value
Browse files Browse the repository at this point in the history
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/eeda628b832bf3cc27571e2073f62d582a6d9527"><code>eeda628</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.11.0</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/82b799f3501d0dc3ef868859245816c563c46f04"><code>82b799f</code></a> [MCOMPILER-527] Upgrade plexus-java to 1.1.2 (<a href="https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/177">#177</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/f9c2350c885a96638db66fbab4d9180729a31d5a"><code>f9c2350</code></a> [MCOMPILER-526] Fix IT (<a href="https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/178">#178</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/4022bd0f37626124dad394b2e4583fd6768fa74a"><code>4022bd0</code></a> [MCOMPILER-494] - Add a <code>useModulePath</code> switch to the <code>testCompile</code> mojo (<a href="https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/119">#119</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/f4a8a54e116b07e888ac7b6371fa24b7a81517b3"><code>f4a8a54</code></a> [MCOMPILER-525] Incorrect detection of dependency change (<a href="https://github-redirect.dependabot.com/apache/maven-compiler-plugin/issues/172">#172</a>)</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/86b9f5972bcb005305f8abb8fb1f3c0d89df2726"><code>86b9f59</code></a> [MCOMPILER-395] Allow dependency exclusions for 'annotationProcessorPaths' (#...</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/e304ceb91cb625399638f95be41e6c23ca0970d0"><code>e304ceb</code></a> [MCOMPILER-526] Ignore reformat commit for git blame</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/f7a4613eaa2364dcaf10f96f04a6b1afb2feb7ed"><code>f7a4613</code></a> [MCOMPILER-526] Reformat</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/cc78aee657a684af721b3efafd0e1525272d4201"><code>cc78aee</code></a> [MCOMPILER-526] Upgrade to parent 39</li>
<li><a href="https://github.com/apache/maven-compiler-plugin/commit/3dca82f4bf91e747c81ff3fe43e670f7cd7c08e1"><code>3dca82f</code></a> [MCOMPILER-526] Add packages to please the formatter</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.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.10.1&new-version=3.11.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 #1460

COPYBARA_INTEGRATE_REVIEW=#1460 from google:dependabot/maven/value/org.apache.maven.plugins-maven-compiler-plugin-3.11.0 fe382a4
PiperOrigin-RevId: 512905970
  • Loading branch information
dependabot[bot] authored and Google Java Core Libraries committed Feb 28, 2023
1 parent 5cc745b commit 4060111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion value/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
Expand Down
4 changes: 2 additions & 2 deletions value/src/it/functional/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.10.1</version>
<version>3.11.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down Expand Up @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion value/src/it/gwtserializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 4060111

Please sign in to comment.