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/28 22:22:15 UTC

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

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 ea217e9469 Build: Bump spotless-plugin-gradle from 6.9.1 to 6.10.0 (#5650)
ea217e9469 is described below

commit ea217e94698e547d73629e65ddae45199726988c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Aug 28 15:22:09 2022 -0700

    Build: Bump spotless-plugin-gradle from 6.9.1 to 6.10.0 (#5650)
    
    Bumps [spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.9.1 to 6.10.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.9.1...gradle/6.10.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 662eddf61d..5949bc5411 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.9.1'
+    classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.10.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"