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 eab8af252 ORC-1277: Bump maven-shade-plugin to 3.4.0 (#1254)
eab8af252 is described below
commit eab8af252e0fbcc138f8677a16ace30585311388
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 19 21:57:45 2022 -0700
ORC-1277: Bump maven-shade-plugin to 3.4.0 (#1254)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
-
[Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 470b19495..1f4ae275e 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.3.0</maven-shade-plugin.version>
+ <maven-shade-plugin.version>3.4.0</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>