aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-24 06:07:02 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-08-24 06:13:19 -0700
commit63901aa768df6b10c93191bcfecbc8d131a6ca34 (patch)
tree48348f6c2d76a74a2dd2076d027077a2ef62dcce
parentbbe8f4e24995ed1cc19f0e7409b8acd790ba4eb3 (diff)
downloadauto-63901aa768df6b10c93191bcfecbc8d131a6ca34.tar.gz
Bump plexus-java from 1.0.7 to 1.1.0 in /value
Bumps [plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.0.7 to 1.1.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/abcd162ed3edadda409bc8bb4f2707d52a3a8551"><code>abcd162</code></a> [maven-release-plugin] prepare release plexus-languages-1.1.0</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/868b3d7439634c35d05cfc6aa8a012adb070d02d"><code>868b3d7</code></a> Support requires static transitive</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/1c91b4f0a8efe10bcba20d45697bfe42d159c8fd"><code>1c91b4f</code></a> Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/5bfae5f0a49ec8fdd630946c124a090d6217cdfb"><code>5bfae5f</code></a> Bump plexus from 7 to 8</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/cee4f63c15ac6ea8b3d71093716c5da99a89804d"><code>cee4f63</code></a> Require Java 8</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/34731971454cbc8a22f9e9e03d42343cbba92714"><code>3473197</code></a> Update CI setup</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/5cadf50f10b9c19a497c38c2cb842762b450cd6a"><code>5cadf50</code></a> Removed outdated java versions from CI</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/b8baee463de716f55e5a01dc09754563d91e79b0"><code>b8baee4</code></a> Bump actions/setup-java from 2.1.0 to 2.2.0</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/7cd361b8f52451afef11947dd493f4518c7c65fc"><code>7cd361b</code></a> Bump mockito-core from 3.11.2 to 3.12.1</li> <li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/c9c9cfe1532c4e551faea559295b5d253a8353ec"><code>c9c9cfe</code></a> update search.maven.org url</li> <li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.0.7...plexus-languages-1.1.0">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.7&new-version=1.1.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 #1154 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1154 from google:dependabot/maven/value/org.codehaus.plexus-plexus-java-1.1.0 e395c2de338c00566c6f0f33de97ae88f8fb783a PiperOrigin-RevId: 392645318
-rw-r--r--value/pom.xml2
-rw-r--r--value/src/it/functional/pom.xml4
-rw-r--r--value/src/it/gwtserializer/pom.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/value/pom.xml b/value/pom.xml
index 70ad3ac4..ffbbe5bc 100644
--- a/value/pom.xml
+++ b/value/pom.xml
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>1.0.7</version>
+ <version>1.1.0</version>
</dependency>
</dependencies>
</plugin>
diff --git a/value/src/it/functional/pom.xml b/value/src/it/functional/pom.xml
index ad88aa31..d3e5532c 100644
--- a/value/src/it/functional/pom.xml
+++ b/value/src/it/functional/pom.xml
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>1.0.7</version>
+ <version>1.1.0</version>
</dependency>
</dependencies>
<configuration>
@@ -221,7 +221,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>1.0.7</version>
+ <version>1.1.0</version>
</dependency>
</dependencies>
<configuration>
diff --git a/value/src/it/gwtserializer/pom.xml b/value/src/it/gwtserializer/pom.xml
index 407563e0..88bf677a 100644
--- a/value/src/it/gwtserializer/pom.xml
+++ b/value/src/it/gwtserializer/pom.xml
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
- <version>1.0.7</version>
+ <version>1.1.0</version>
</dependency>
</dependencies>
<configuration>