aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-29 06:40:35 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-03-29 06:41:53 -0700
commite4dcc88737ad0417e20528ad9ebe31b5a425465c (patch)
tree4019ae29d005f0a88d1430da83c01d50e374502f /common
parent6302518e4a8b6cf45fc13557968f3409ae1559e3 (diff)
downloadauto-e4dcc88737ad0417e20528ad9ebe31b5a425465c.tar.gz
Bump plexus-java from 1.0.6 to 1.0.7 in /common
Bumps [plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.0.6 to 1.0.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/1b9a66590acc07f59f0ab4124162c69ddc8f56ad"><code>1b9a665</code></a> [maven-release-plugin] prepare release plexus-languages-1.0.7</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/781600e5e7d9c22bbf0701fe04f4e5f114fb62e7"><code>781600e</code></a> [maven-release-plugin] rollback the release of plexus-languages-1.0.7</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/22b6e96aaf6995aef0901dc35ffec41f6b3681fc"><code>22b6e96</code></a> [maven-release-plugin] prepare release plexus-languages-1.0.7</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/d317fa13b8bcfa223ffdb6ee3f7984c01fbf6b0e"><code>d317fa1</code></a> Bump release-drafter/release-drafter from v5.13.0 to v5.15.0</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/83921e48375b14f5798e292a7b65053a807ab8f2"><code>83921e4</code></a> Bump actions/cache from v2.1.3 to v2.1.4</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/40f57c77923db5259485097988ca0538e844aa03"><code>40f57c7</code></a> Bump junit from 4.13.1 to 4.13.2</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/fbe59511ace6372b09cd34ca465d92bf69fa4edb"><code>fbe5951</code></a> <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-languages/issues/70">#70</a> Jars of which modulename extraction cause an exception should end up on t...</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/249f8bd6c55afdc281ed5c3185b20c3859e86b24"><code>249f8bd</code></a> <a href="https://github-redirect.dependabot.com/codehaus-plexus/plexus-languages/issues/64">#64</a> BinaryModuleInfoParser.parse does not take toolchain into account</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/a1b61e06394026b123517e57d89d7ecd0e9db939"><code>a1b61e0</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.0.6...plexus-languages-1.0.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-java&package-manager=maven&previous-version=1.0.6&new-version=1.0.7)](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 #1035 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1035 from google:dependabot/maven/common/org.codehaus.plexus-plexus-java-1.0.7 841524dc6994c0816910ea451f8c50dd4b7c1049 PiperOrigin-RevId: 365562287
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 5ba337ca..f83d73fb 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -128,7 +128,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>1.0.6</version>
+ <version>1.0.7</version>
</dependency>
</dependencies>
</plugin>