This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new fbf4fef13aa build(deps): bump
org.codehaus.mojo:build-helper-maven-plugin from 3.1.0 to 3.6.1 (#20104)
fbf4fef13aa is described below
commit fbf4fef13aab7d3e1a7b3445b101d5417d8e2dd6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 22 09:36:05 2026 +0800
build(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.1.0 to
3.6.1 (#20104)
* build(deps): bump org.codehaus.mojo:build-helper-maven-plugin
Bumps
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
from 3.1.0 to 3.6.1.
- [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.1.0...3.6.1)
---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
dependency-version: 3.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: require Maven 3.6.3
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Chen <[email protected]>
---
README.template | 2 +-
docs/development/build.md | 2 +-
pom.xml | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.template b/README.template
index 342c0d31c69..c35c2847629 100644
--- a/README.template
+++ b/README.template
@@ -33,7 +33,7 @@ You can build Apache Druid directly from source.
Prerequisites:
JDK 25
- Maven version 3.x
+ Maven version 3.6.3 or later
The basic command to build Druid from source is:
diff --git a/docs/development/build.md b/docs/development/build.md
index 902c22647b4..5844202a15f 100644
--- a/docs/development/build.md
+++ b/docs/development/build.md
@@ -34,7 +34,7 @@ make sure it has `/master/` in the URL.
### Installing Java and Maven
- See the [Java documentation](../operations/java.md) for information about
obtaining a supported JDK
-- [Maven version 3.x](http://maven.apache.org/download.cgi)
+- [Maven version 3.6.3 or later](http://maven.apache.org/download.cgi)
### Other Dependencies
diff --git a/pom.xml b/pom.xml
index 4f70f0561e4..7a407f0e08c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1876,7 +1876,7 @@
<rules>
<banDuplicatePomDependencyVersions/>
<requireMavenVersion>
- <version>3.0.0</version>
+ <version>3.6.3</version>
</requireMavenVersion>
<requireJavaVersion>
<version>1.8.0</version>
@@ -2131,7 +2131,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
- <version>3.1.0</version>
+ <version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]