Skip to content

Commit

Permalink
Bump maven-jar-plugin from 3.2.2 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-jar-plugin/releases">maven-jar-plugin's releases</a>.</em></p>
<blockquote>
<h2>3.3.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MJAR-278">[MJAR-278]</a> - Update plugin (requires Maven 3.2.5+) (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/19">#19</a>) <a href="https://github.com/cstamas"><code>@​cstamas</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MJAR-280">[MJAR-280]</a> - Java 8 minimum (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/29">#29</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MJAR-275">[MJAR-275]</a> - Fix outputTimestamp not applied to module-info; breaks reproducible builds (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/43">#43</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li><a href="https://issues.apache.org/jira/browse/MJAR-290">[MJAR-290]</a> - Update Plexus Utils to 3.4.2 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/48">#48</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MJAR-291">[MJAR-291]</a> - Upgrade Parent to 37 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/50">#50</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li>
<li>Bump junit from 4.11 to 4.13.1 in /src/it/MJAR-228 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/39">#39</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump plexus-utils from 3.3.1 to 3.4.2 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/42">#42</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a href="https://issues.apache.org/jira/browse/MJAR-288">[MJAR-288]</a> - Upgrade Parent to 36 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/40">#40</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li>Restore mavenArchiverVersion property used in the site (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/51">#51</a>) <a href="https://github.com/jorsol"><code>@​jorsol</code></a></li>
<li>(doc) Updated create-test-jar.apt.vm removing 'and' in Maven site Create Test JAR documentation (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/34">#34</a>) <a href="https://github.com/focbenz"><code>@​focbenz</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>use shared action v3 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/49">#49</a>) <a href="https://github.com/olamy"><code>@​olamy</code></a></li>
<li>Code simplifications in AbstractMojo (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/pull/47">#47</a>) <a href="https://github.com/rhowe"><code>@​rhowe</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/d68df4b277d9afcbbe4700690fd6c7584cec4149"><code>d68df4b</code></a> [maven-release-plugin] prepare release maven-jar-plugin-3.3.0</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/fb2299a6dc12078af33983414474292bab531ed7"><code>fb2299a</code></a> Restore mavenArchiverVersion property used in the site</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/120412767b4677acf93243b1aa01e34799df5409"><code>1204127</code></a> [MJAR-290] - Update Plexus Utils to 3.4.2</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/5fd2fc96f1d671f113b08ec7dfbf5b97a80f3763"><code>5fd2fc9</code></a> [MJAR-291] - Upgrade Parent to 37</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/56344da36ed291eff940b9e326c2f740e21f79be"><code>56344da</code></a> use shared action v3 (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/issues/49">#49</a>)</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/414849196259fb34c621b0cdaa0a9e923ca9bc42"><code>4148491</code></a> Code simplifications in AbstractMojo (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/issues/47">#47</a>)</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/46c017dc0ca2e35536dfe98f682184ed38a20633"><code>46c017d</code></a> [MJAR-275] - Fix outputTimestamp not applied to module-info; breaks reproduci...</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/c02be208f3f4422ed0e9990e56602e3ee7d246a0"><code>c02be20</code></a> [MJAR-278] Update plugin (requires Maven 3.2.5+) (<a href="https://github-redirect.dependabot.com/apache/maven-jar-plugin/issues/19">#19</a>)</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/b6fe3eb5d32c92f9b1169d9dbe75fc41fb0ce149"><code>b6fe3eb</code></a> Bump junit from 4.11 to 4.13.2 in /src/it/MJAR-228</li>
<li><a href="https://github.com/apache/maven-jar-plugin/commit/78a28dd7873d0d8eb7c6684963ab860aa51f2c07"><code>78a28dd</code></a> Ignore Maven Core updates</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.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-jar-plugin&package-manager=maven&previous-version=3.2.2&new-version=3.3.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 #334

COPYBARA_INTEGRATE_REVIEW=#334 from google:dependabot/maven/org.apache.maven.plugins-maven-jar-plugin-3.3.0 7e328b5
PiperOrigin-RevId: 474813982
  • Loading branch information
dependabot[bot] authored and Compile-Testing Team committed Sep 16, 2022
1 parent 9190007 commit c2bd7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit c2bd7ba

Please sign in to comment.