From 2cae76103f8a12ac3cb520f43c386680d9c05176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 08:37:44 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.10.0 to 6.11.0 Bumps com.diffplug.spotless from 6.10.0 to 6.11.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e838d9..2f0e24b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ plugins { jacoco `maven-publish` id("com.github.spotbugs") version "5.0.12" // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-gradle-plugin - id("com.diffplug.spotless") version "6.10.0" // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle + id("com.diffplug.spotless") version "6.11.0" // https://mvnrepository.com/artifact/com.diffplug.spotless/spotless-plugin-gradle id("pl.allegro.tech.build.axion-release") version "1.14.0" // https://mvnrepository.com/artifact/pl.allegro.tech.build.axion-release/pl.allegro.tech.build.axion-release.gradle.plugin?repo=gradle-plugins id("com.github.kt3k.coveralls") version "2.12.0" // https://plugins.gradle.org/plugin/com.github.kt3k.coveralls id("org.javamodularity.moduleplugin") version "1.8.12" // https://plugins.gradle.org/plugin/org.javamodularity.moduleplugin