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 2994a134f86 build(deps-dev): bump
io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 10.0.0 (#20158)
2994a134f86 is described below
commit 2994a134f863977a570d7b819523cdddd523b8e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 09:47:44 2026 +0800
build(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin
from 9.0.1 to 10.0.0 (#20158)
* build(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin
Bumps
[io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin)
from 9.0.1 to 10.0.0.
- [Release
notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
-
[Commits](https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.0.1...v10.0.0)
---
updated-dependencies:
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
dependency-version: 10.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
* build: pin plugin Bouncy Castle dependency
---------
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]>
---
pom.xml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6b1f4c8b78d..a6245ea41a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1923,7 +1923,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
- <version>9.0.1</version>
+ <version>10.0.0</version>
<executions>
<execution>
<goals>
@@ -1931,6 +1931,13 @@
</goals>
</execution>
</executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk18on</artifactId>
+ <version>1.84</version>
+ </dependency>
+ </dependencies>
<configuration>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<dateFormatTimeZone>Etc/UTC</dateFormatTimeZone>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]