From e550fc151dc91d4f3882e2b77ba48f9c6ae266a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:56:52 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.12.1 to 6.13.0 (#433) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8933a01f8b..71d992db38 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { id 'signing' id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined) id 'pmd' // code check, working on source code - id 'com.diffplug.spotless' version '6.12.1'// code format + id 'com.diffplug.spotless' version '6.13.0'// code format id 'com.github.onslip.gradle-one-jar' version '1.0.6' // pack a self contained jar id "com.github.ben-manes.versions" version '0.44.0' id "de.undercouch.download" version "5.3.0" // downloads plugin