Skip to content

Commit

Permalink
ORC-1524: Bump maven-shade-plugin to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.5.0 to 3.5.1.
<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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/bd4759be25fc62441536033aa8ac335a9bbfddb8"><code>bd4759b</code></a> [maven-release-plugin] prepare release maven-shade-plugin-3.5.1</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/d2a1552a9cc9994372fc3e70999e268709f7b1a4"><code>d2a1552</code></a> [MSHADE-457] Upgrade Parent to 40</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/c2a2e2b2c6c0b1f7127e446074ab4815e096e788"><code>c2a2e2b</code></a> [MSHADE-458] Refresh download page</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/64f577be177865fd475500d07ab29f8e93cb381c"><code>64f577b</code></a> [MSHADE-459] Adjust to test also with Java 21 (<a href="https://redirect.github.com/apache/maven-shade-plugin/issues/196">#196</a>)</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/e56294ab66f81336ed1d4c99fcd3f984a0fa3bce"><code>e56294a</code></a> [MSHADE-454] Shade Plugin does not work with JDK 20</li>
<li><a href="https://github.com/apache/maven-shade-plugin/commit/6a400dbecaabc37af78423f279c7fbe9c0daa780"><code>6a400db</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.0...maven-shade-plugin-3.5.1">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=3.5.0&new-version=3.5.1)](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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Closes #1625 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-shade-plugin-3.5.1.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
  • Loading branch information
dependabot[bot] authored and dongjoon-hyun committed Oct 31, 2023
1 parent 5bf9383 commit ca127e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<junit.version>5.10.0</junit.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.6.0</maven-dependency-plugin.version>
<maven-shade-plugin.version>3.5.0</maven-shade-plugin.version>
<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
<maven.version>3.9.4</maven.version>
Expand Down

0 comments on commit ca127e3

Please sign in to comment.