This is an automated email from the ASF dual-hosted git repository.
wgtmac pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new 441b587ea Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1
to 3.6.2 (#3810)
441b587ea is described below
commit 441b587ea618730081ad6da7b6cbde086442a88c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 10:35:45 2026 +0800
Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.1 to 3.6.2 (#3810)
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.6.1 to 3.6.2.
- [Release
notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.1...3.6.2)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 53d173bbb..59a653a64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
<assertj.version>3.27.7</assertj.version>
<mockito.version>5.23.0</mockito.version>
<net.openhft.version>0.27ea1</net.openhft.version>
-
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
+
<build-helper-maven-plugin.version>3.6.2</build-helper-maven-plugin.version>
<exec-maven-plugin.version>3.6.3</exec-maven-plugin.version>
<protoc-jar-maven-plugin.version>3.11.4</protoc-jar-maven-plugin.version>
<jts.version>1.20.0</jts.version>