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 16049aa8a9fbb4590c1299524955f89c524502e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 10 10:06:52 2022 -0800

    ORC-1086: Bump reproducible-build-maven-plugin from 0.14 to 0.15 (#1005)
    
    Bumps 
[reproducible-build-maven-plugin](https://github.com/Zlika/reproducible-build-maven-plugin)
 from 0.14 to 0.15.
    - [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.14...v0.15)
    
    ---
    updated-dependencies:
    - dependency-name: io.github.zlika:reproducible-build-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    (cherry picked from commit 9149cb06047b60fb1ab88902d81da9fd6eee1a6a)
    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 c65aaa2..3be5f15 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.14</version>
+          <version>0.15</version>
         </plugin>
       </plugins>
     </pluginManagement>

Reply via email to