This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
commit 299c123acb4b10345c09a0c403c643154c3f5943
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 1 21:07:32 2021 -0700
ORC-1044: Bump reproducible-build-maven-plugin to 0.14 (#955)
Bumps
[reproducible-build-maven-plugin](https://github.com/Zlika/reproducible-build-maven-plugin)
from 0.13 to 0.14.
- [Release
notes](https://github.com/Zlika/reproducible-build-maven-plugin/releases)
-
[Changelog](https://github.com/Zlika/reproducible-build-maven-plugin/blob/master/CHANGES.md)
-
[Commits](https://github.com/Zlika/reproducible-build-maven-plugin/compare/v0.13...v0.14)
(cherry picked from commit 8f610691e71fa097960f8a229ec5db2e8c1d5dda)
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 ac4c166..c65aaa2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -445,7 +445,7 @@
<plugin>
<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
- <version>0.13</version>
+ <version>0.14</version>
</plugin>
</plugins>
</pluginManagement>