This is an automated email from the ASF dual-hosted git repository.
huaxingao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new 9dfb2c1971 Build: Bump
com.gorylenko.gradle-git-properties:gradle-git-properties (#14664)
9dfb2c1971 is described below
commit 9dfb2c197197c7cd9928f8ef4a4c5d663ba2c846
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 23:26:14 2025 -0800
Build: Bump com.gorylenko.gradle-git-properties:gradle-git-properties
(#14664)
Bumps com.gorylenko.gradle-git-properties:gradle-git-properties from 2.5.2
to 2.5.4.
---
updated-dependencies:
- dependency-name: com.gorylenko.gradle-git-properties:gradle-git-properties
dependency-version: 2.5.4
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>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 0f86c629a4..3220f8ba8d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,7 +34,7 @@ buildscript {
classpath 'gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.6'
classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.5.0"
classpath 'org.revapi:gradle-revapi:1.8.0'
- classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.5.2'
+ classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.5.4'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.4.0'
classpath 'org.openapitools:openapi-generator-gradle-plugin:7.17.0'
}