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 b2905afec Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0
to 3.3.1 (#3809)
b2905afec is described below
commit b2905afecace1b918db5ecfbdd40836a8debaa98
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 24 10:39:33 2026 +0800
Bump org.codehaus.mojo:buildnumber-maven-plugin from 3.2.0 to 3.3.1 (#3809)
Bumps
[org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin)
from 3.2.0 to 3.3.1.
- [Release
notes](https://github.com/mojohaus/buildnumber-maven-plugin/releases)
-
[Commits](https://github.com/mojohaus/buildnumber-maven-plugin/compare/3.2.0...buildnumber-maven-plugin-3.3.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:buildnumber-maven-plugin
dependency-version: 3.3.1
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 59a653a64..29b2dce7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,8 +521,8 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
- <!-- Warning! 3.2.1 caused issues during verification, 3.2.0 is known
to work correctly. -->
- <version>3.2.0</version>
+ <!-- Warning! 3.2.1 caused issues during verification, 3.3.1 is known
to work correctly. -->
+ <version>3.3.1</version>
<configuration>
<!-- Source distributions carry no .git metadata, so the revision
cannot be read.
Record an explicit value instead of leaving ${buildNumber}
unresolved. -->