aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-01-14 16:37:06 -0800
committergoogle-java-format Team <google-java-format-dev+copybara@google.com>2022-01-14 16:37:39 -0800
commitd46fcf081d365b06d0b850f4acf479b5e38d8afe (patch)
tree121466662617e6d6c69c8d2cf939e1b08e8ea7f6
parentc3beef135f2c651a77d1097abbbc813e7e0e5b02 (diff)
downloadgoogle-java-format-d46fcf081d365b06d0b850f4acf479b5e38d8afe.tar.gz
Bump maven-jar-plugin from 3.0.2 to 3.2.2
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.0.2 to 3.2.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-jar-plugin/commit/d37e99594d4308d310362fcd2c0ffabfe517ffef"><code>d37e995</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.2.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/7bb0bfc631fce48feb59c80baa9b64b26cd64627"><code>7bb0bfc</code></a> [MJAR-284] Remove override for Plexus Archiver</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/a3e424db42892f9d605f856f26be1f1a1ed37cf0"><code>a3e424d</code></a> [MJAR-283] Upgrade Plexus Utils to 3.3.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/95bc15b7a08b639ba282930b6d92a85e504af2e8"><code>95bc15b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/50a8e0b1cd43f5b4319226a7579c6feee063698d"><code>50a8e0b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.2.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/0fb2bf0ff2b83d7b8e7efcb08160793fa91af5e4"><code>0fb2bf0</code></a> Proper uppercase JAR</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/e44e5f2c2bf9a0b76bf4dedcba676cbd7b6e6a11"><code>e44e5f2</code></a> [MJAR-282] Upgrade Maven Archiver to 3.5.2</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/34d62b64243bfc96765e774937757aa6dd1e26ef"><code>34d62b6</code></a> Bump maven-archiver from 3.5.0 to 3.5.1</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/a49629478c6e4f3efb34c2d6fbbbdca8aa3d09fc"><code>a496294</code></a> use shared gh action - v1 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/issues/28">#28</a>)</li> <li><a href="https://github.com/apache/maven-jar-plugin/commit/a7cfde955c340d33529afecf99c3c18f9b82841b"><code>a7cfde9</code></a> Bump junit from 4.13 to 4.13.2</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.0.2...maven-jar-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-jar-plugin&package-manager=maven&previous-version=3.0.2&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 #712 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/google-java-format/pull/712 from google:dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.2.2 fcb656bd1951005c08df259410d4d673b44e6d91 PiperOrigin-RevId: 421939437
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cf70803..86d0753 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
- <version>3.0.2</version>
+ <version>3.2.2</version>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>