This is an automated email from the ASF dual-hosted git repository.
fokko 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 3c993b7fc8 Build: Bump
com.palantir.gradle.gitversion:gradle-git-version (#13422)
3c993b7fc8 is described below
commit 3c993b7fc84388d1a6ca96829cd63fd04f3cbdd1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 30 07:45:55 2025 +0200
Build: Bump com.palantir.gradle.gitversion:gradle-git-version (#13422)
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 129467417b..0112e7848a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ buildscript {
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.0'
- classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.3.0'
+ classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.4.0'
classpath 'org.openapitools:openapi-generator-gradle-plugin:7.13.0'
}
}