You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/18 17:29:44 UTC

[iceberg] branch master updated: Build: Bump spotless-plugin-gradle from 6.10.0 to 6.11.0 (#5786)

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 1d3cdcc6b5 Build: Bump spotless-plugin-gradle from 6.10.0 to 6.11.0 (#5786)
1d3cdcc6b5 is described below

commit 1d3cdcc6b5a549c07c9cbc56b2db1a264aaa6fed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Sep 18 19:29:39 2022 +0200

    Build: Bump spotless-plugin-gradle from 6.10.0 to 6.11.0 (#5786)
    
    Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.10.0 to 6.11.0.
    - [Release notes](https://github.com/diffplug/spotless/releases)
    - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
    - [Commits](https://github.com/diffplug/spotless/compare/gradle/6.10.0...gradle/6.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless:spotless-plugin-gradle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    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 f0cf90043d..69da5b7249 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,7 +28,7 @@ buildscript {
   dependencies {
     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.10.0'
+    classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.11.0'
     classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
     classpath 'me.champeau.jmh:jmh-gradle-plugin:0.6.7'
     classpath "com.github.alisiikh:gradle-scalastyle-plugin:3.4.1"