This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 e2ae56650 ORC-1225: Bump maven-assembly-plugin to 3.4.2
e2ae56650 is described below
commit e2ae56650bc235306bd0b85a022772c3f853a6de
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 25 07:55:50 2022 -0700
ORC-1225: Bump maven-assembly-plugin to 3.4.2
Bumps
[maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from
3.4.1 to 3.4.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/6087da54e88899c285093ada96bde31eee0c03e7"><code>6087da5</code></a>
[maven-release-plugin] prepare release maven-assembly-plugin-3.4.2</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/db292ea981ab6d02e1123363d2c013d1a02f5481"><code>db292ea</code></a>
[MASSEMBLY-969] Update common artifact filters to 3.3.1 (<a
href="https://github-redirect.dependabot.com/apache/maven-assembly-plugin/issues/83">#83</a>)</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/f4f2f7540666d8e14edb7419c621cea5b9aae7a9"><code>f4f2f75</code></a>
[MASSEMBLY-949] Correct links</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/dfe890497627e55b8e070900049435ea7a77e08a"><code>dfe8904</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.1...maven-assembly-plugin-3.4.2">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 #1193 from
dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-assembly-plugin-3.4.2.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon 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 891d8e596..1a2bffdd8 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -76,7 +76,7 @@
<storage-api.version>2.8.1</storage-api.version>
<zookeeper.version>3.8.0</zookeeper.version>
<maven.version>3.8.6</maven.version>
- <maven-assembly-plugin.version>3.4.1</maven-assembly-plugin.version>
+ <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<slf4j.version>1.7.36</slf4j.version>
<protoc.artifact>com.google.protobuf:protoc:2.5.0</protoc.artifact>