This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git
The following commit(s) were added to refs/heads/master by this push:
new 4949e06be Bump org.codehaus.mojo:build-helper-maven-plugin from 1.8 to
3.4.0 (#1171)
4949e06be is described below
commit 4949e06be00e8ae32c5af4a00a6557e6bfc3a0ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 30 09:52:08 2023 +0800
Bump org.codehaus.mojo:build-helper-maven-plugin from 1.8 to 3.4.0 (#1171)
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 1.8 to 3.4.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-1.8...3.4.0)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parquet-avro/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index 2202e774c..b356282a6 100644
--- a/parquet-avro/pom.xml
+++ b/parquet-avro/pom.xml
@@ -177,7 +177,7 @@
<!-- Ensure that the specific classes are available during test
compile but not included in jar -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>1.8</version>
+ <version>3.4.0</version>
<executions>
<execution>
<id>add-test-sources</id>