This is an automated email from the ASF dual-hosted git repository.
william pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 5109ff49b ORC-1311: Bump maven-shade-plugin to 3.4.1
5109ff49b is described below
commit 5109ff49bb920b90c37b14a2efb4116d5102003b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 14 20:45:51 2022 -0800
ORC-1311: Bump maven-shade-plugin to 3.4.1
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 3.4.0 to 3.4.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/fbbec08252e8a5a999feaa8652340b1dbfb599f1"><code>fbbec08</code></a>
[maven-release-plugin] prepare release maven-shade-plugin-3.4.1</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/7078d9268b9c37af0ba538360f9c6ca778a8ee08"><code>7078d92</code></a>
[MSHADE-413] Fix endless loop caused by manipulating shared objects (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/124">#124</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/0945bcbcefd1144029f86da51a09bd8a805bd158"><code>0945bcb</code></a>
[MSHADE-417] Fix null bytes appended to small files (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/160">#160</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/41bd72f0fd0195713f4a4b73af1184ec8a6cc0a3"><code>41bd72f</code></a>
[MSHADE-366] "Access denied" during 'minimizeJar' (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/161">#161</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/e342059b991057814a60eb646c312b631ac64167"><code>e342059</code></a>
[MSHADE-432] Duplicate services entries can be generated (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/159">#159</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/7603e5778236455c03385e6efa9cf123e82be722"><code>7603e57</code></a>
Bump asmVersion from 9.3 to 9.4 (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/156">#156</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/5e955d86b520bdf060d6134eec996685179815dd"><code>5e955d8</code></a>
Bump maven-dependency-tree from 3.0.1 to 3.2.0 (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/148">#148</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/5f45ecf5854d335bcf6d3aec14775df76200527e"><code>5f45ecf</code></a>
[MSHADE-431] Use a caching output stream (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/158">#158</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/31d350657c205d17aa1e9d9347760f7a329d5cac"><code>31d3506</code></a>
Bump plexus-utils from 3.3.0 to 3.4.2 (<a
href="https://github-redirect.dependabot.com/apache/maven-shade-plugin/issues/139">#139</a>)</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/b039731a87c0b1de82450a8cb0f6b8e72f47cfe9"><code>b039731</code></a>
[MSHADE-430] Remove usage of deprecated ModelBase#getReports()</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Closes #1301 from
dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-shade-plugin-3.4.1.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: William Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 30d528258..48fc5b33f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -77,7 +77,7 @@
<zookeeper.version>3.8.0</zookeeper.version>
<maven.version>3.8.6</maven.version>
<maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
- <maven-shade-plugin.version>3.4.0</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.4.1</maven-shade-plugin.version>
<slf4j.version>2.0.1</slf4j.version>
<surefire.version>3.0.0-M5</surefire.version>
<junit.version>5.9.0</junit.version>