aboutsummaryrefslogtreecommitdiff
path: root/factory
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-22 07:01:57 -0800
committerGoogle Java Core Libraries <java-core-libraries-team+copybara@google.com>2021-02-22 07:03:15 -0800
commitcabb0625fc9416aadb4f72b8060d9f1d637f8b42 (patch)
tree81834dd7bce769aeefb1cacf94ac29f738d36505 /factory
parentea4523d64e1b5f7565ef54fcf016e1ea3e0b5af6 (diff)
downloadauto-cabb0625fc9416aadb4f72b8060d9f1d637f8b42.tar.gz
Bump maven-invoker-plugin from 3.2.1 to 3.2.2 in /factory
Bumps [maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.2.1 to 3.2.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/efe8ee0bc66068da1e4bbb4f80d74c8c0ba6ca4b"><code>efe8ee0</code></a> [maven-release-plugin] prepare release maven-invoker-plugin-3.2.2</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/32eef92a247a12ab1686f0566f04ac53ddeda77d"><code>32eef92</code></a> [MINVOKER-277] Require Maven 3.1.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/7fc141894986923dcca022e955bd52a236cb7407"><code>7fc1418</code></a> Bump maven-artifact-transfer from 0.11.0 to 0.13.1</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/f1ea2c657408918b4af3e26a0a30e392376635ff"><code>f1ea2c6</code></a> [MINVOKER-276] Update maven-invoker from 3.0.1 to 3.1.0</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/d2f5cb6bb831eefc51450baa7b981e6139834af3"><code>d2f5cb6</code></a> Bump actions/cache from v2 to v2.1.4</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/9afab19b423494a5b666727a89f015c3fb81b01d"><code>9afab19</code></a> Update maven-site-plugin to 3.9.1 and use Fluido Skin 1.9</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/ebe5c5ae69af7b7b17649a66769aa9d7124cb153"><code>ebe5c5a</code></a> [MINVOKER-254] Bump groovy-all from 2.4.20 to 2.4.21</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/bfecb96f148d217d8765fcc6b7644c8fc57d4b24"><code>bfecb96</code></a> [MINVOKER-260] confirm streamLogs by IT tests</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/a46bf19905ec0560c3119537836b4391e43f44ee"><code>a46bf19</code></a> [MINVOKER-272] use Java 7 Files.createTempDirectory(...) API</li> <li><a href="https://github.com/apache/maven-invoker-plugin/commit/c18d8e5a7a708abfcf9c11a5caef247e63b4ee38"><code>c18d8e5</code></a> Enable Dependabot v2</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.2.1...maven-invoker-plugin-3.2.2">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-invoker-plugin&package-manager=maven&previous-version=3.2.1&new-version=3.2.2)](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 #991 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/991 from google:dependabot/maven/factory/org.apache.maven.plugins-maven-invoker-plugin-3.2.2 4a6128d92e196ec21df905ccab631395fe07644a PiperOrigin-RevId: 358810355
Diffstat (limited to 'factory')
-rw-r--r--factory/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/factory/pom.xml b/factory/pom.xml
index eb5d2c2f..be10d549 100644
--- a/factory/pom.xml
+++ b/factory/pom.xml
@@ -174,7 +174,7 @@
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.2.2</version>
<configuration>
<addTestClassPath>true</addTestClassPath>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>