This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new becba79d85 Build: Bump 
com.palantir.gradle.gitversion:gradle-git-version (#6812)
becba79d85 is described below

commit becba79d85a5e90ab9201a44137be68fb28228b6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 15 10:25:13 2023 +0100

    Build: Bump com.palantir.gradle.gitversion:gradle-git-version (#6812)
    
    Bumps 
[com.palantir.gradle.gitversion:gradle-git-version](https://github.com/palantir/gradle-git-version)
 from 0.15.0 to 1.0.0.
    - [Release notes](https://github.com/palantir/gradle-git-version/releases)
    - 
[Changelog](https://github.com/palantir/gradle-git-version/blob/develop/.changelog.yml)
    - 
[Commits](https://github.com/palantir/gradle-git-version/compare/0.15.0...1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.palantir.gradle.gitversion:gradle-git-version
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 7ccec2d4bd..9513a916e1 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ buildscript {
     classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.4.1"
     classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'
     classpath 'com.gorylenko.gradle-git-properties:gradle-git-properties:2.4.1'
-    classpath 'com.palantir.gradle.gitversion:gradle-git-version:0.15.0'
+    classpath 'com.palantir.gradle.gitversion:gradle-git-version:1.0.0'
     classpath ('org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r') {
       // gradle-git-version automatically uses a jgit version that requires 
JDK11
       // so we need to enforce the latest jgit version that works with JDK8

Reply via email to