This is an automated email from the ASF dual-hosted git repository.
etudenhoefner 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 6016110d94 Build: Bump
com.gorylenko.gradle-git-properties:gradle-git-properties (#10239)
6016110d94 is described below
commit 6016110d941ec001f593a7c20bdaff81a131208a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 29 08:45:52 2024 +0200
Build: Bump com.gorylenko.gradle-git-properties:gradle-git-properties
(#10239)
Bumps com.gorylenko.gradle-git-properties:gradle-git-properties from 2.4.1
to 2.4.2.
---
updated-dependencies:
- dependency-name: com.gorylenko.gradle-git-properties:gradle-git-properties
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 b30e4550cc..2b95fe2917 100644
--- a/build.gradle
+++ b/build.gradle
@@ -39,7 +39,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 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
- classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1'
+ classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.2'
classpath 'com.palantir.gradle.gitversion:gradle-git-version:3.0.0'
classpath 'org.openapitools:openapi-generator-gradle-plugin:6.6.0'
}