Skip to content

Commit fbd6dae

Browse files
Bump org.apache.maven.plugins:maven-shade-plugin from 2.3 to 3.5.2 (#11)
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.3 to 3.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-shade-plugin/releases">org.apache.maven.plugins:maven-shade-plugin's releases</a>.</em></p> <blockquote> <h2>3.5.1</h2> <p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&amp;version=12353341">Release Notes - Maven Shade Plugin - Version 3.5.1 </a></p> <h2>Bug</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MSHADE-454">MSHADE-454</a>] - Shade Plugin does not work with JDK 20</li> </ul> <h2>Improvement</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MSHADE-459">MSHADE-459</a>] - Prepare to build and pass tests with Java 21</li> </ul> <h2>Task</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MSHADE-458">MSHADE-458</a>] - Refresh download page</li> </ul> <h2>Dependency upgrade</h2> <ul> <li>[<a href="https://issues.apache.org/jira/browse/MSHADE-457">MSHADE-457</a>] - Upgrade Parent to 40</li> </ul> <p>Maven Shade Plugin 3.5.0 release notes <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&amp;version=12352951">https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921&amp;version=12352951</a></p> <h2>Release Notes - Maven Shade Plugin - Version 3.5.0</h2> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-shade-plugin/commit/95e22b4868a0be01cc51a382dbfa33f1c129cc5e"><code>95e22b4</code></a> [maven-release-plugin] prepare release maven-shade-plugin-3.5.2</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/d807fea075c605454a7a384eb7ef677a9fe69063"><code>d807fea</code></a> Bump org.vafer:jdependency from 2.9.0 to 2.10</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/6d6084179e4c5f90cfafa79234a156749ae53cfa"><code>6d60841</code></a> Bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/68457e50bc4c115767bfbcd22f4e655c8f4dc997"><code>68457e5</code></a> [MSHADE-468] add system requirements history</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/631371bd10ff4dce1061f21e3e30697b82860538"><code>631371b</code></a> Add mshade-462 IT</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/cb7b10d4b91f03c69012ae4c3d9dbbc6f71d6f8b"><code>cb7b10d</code></a> [MSHADE-462] 3.5.1 not compatible with 3.4.1: The version cannot be empty.</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/bd982e7e4b0096380b9bdb0fa8ad33ab2c652c1d"><code>bd982e7</code></a> [MSHADE-420] fix time when read from extra field</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/3692f81aaae6a2f2e3193b80d9c2d07cbc4a5f8c"><code>3692f81</code></a> [SHADE-420] create IT: 2 runs with different TZ give different jars</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/a5315de8cefad8552a121b93d9efcd4a06ecac03"><code>a5315de</code></a> [MSHADE-464] Maven 3.6.3 as minimum requirements</li> <li><a href="https://github.com/apache/maven-shade-plugin/commit/e7077c628c2cbb059c829ffb124690f211ba36b0"><code>e7077c6</code></a> [MSHADE-467] Improved concurrency problem fix</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-2.3...maven-shade-plugin-3.5.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-shade-plugin&package-manager=maven&previous-version=2.3&new-version=3.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
1 parent 19c8623 commit fbd6dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
<plugin>
194194
<groupId>org.apache.maven.plugins</groupId>
195195
<artifactId>maven-shade-plugin</artifactId>
196-
<version>2.3</version>
196+
<version>3.5.2</version>
197197
<configuration>
198198
<createDependencyReducedPom>false</createDependencyReducedPom>
199199
</configuration>

0 commit comments

Comments
 (0)