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
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 9852a4b ORC-1111: Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
(#1038)
9852a4b is described below
commit 9852a4b09dc8f34118873c43ffd630f70226cf94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 1 12:02:23 2022 -0800
ORC-1111: Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 (#1038)
Bumps
[build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.2.0 to 3.3.0.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
(cherry picked from commit bbcc1d04496df211fdb33ac8c9a231f0f3d87878)
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 3be5f15..276b60d 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -354,7 +354,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.2.0</version>
+ <version>3.3.0</version>
<executions>
<execution>
<id>add-source</id>