From fb8ce5fb09fb5f612f2c25a33ac5df87e6f8e08e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Apr 2022 23:47:57 +0000 Subject: [PATCH] Update plugin spotless to v6.5.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c3d554abd6..13a1d9dabe 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,5 +49,5 @@ japicmp = { id = "me.champeau.gradle.japicmp", version = "0.4.0" } jcstress = { id = "io.github.reyerizo.gradle.jcstress", version = "0.8.13" } nohttp = { id = "io.spring.nohttp", version = "0.0.10" } shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } -spotless = { id = "com.diffplug.spotless", version = "6.4.1" } +spotless = { id = "com.diffplug.spotless", version = "6.5.0" } testsets = { id = "org.unbroken-dome.test-sets", version = "4.0.0" }