You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/08/19 15:43:49 UTC

[iceberg] branch master updated: Build: Bump gradle-processors from 3.3.0 to 3.7.0 (#5582)

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

blue 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 34b8349399 Build: Bump gradle-processors from 3.3.0 to 3.7.0 (#5582)
34b8349399 is described below

commit 34b8349399764c69dc9182a65275521d0e16c3a5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 19 08:43:44 2022 -0700

    Build: Bump gradle-processors from 3.3.0 to 3.7.0 (#5582)
    
    Bumps gradle-processors from 3.3.0 to 3.7.0.
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index d36c919677..662eddf61d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -29,7 +29,7 @@ buildscript {
     classpath 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
     classpath 'com.palantir.baseline:gradle-baseline-java:4.0.0'
     classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.9.1'
-    classpath 'gradle.plugin.org.inferred:gradle-processors:3.3.0'
+    classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
     classpath 'me.champeau.jmh:jmh-gradle-plugin:0.6.6'
     classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.4.1"
     classpath 'com.palantir.gradle.revapi:gradle-revapi:1.7.0'