From 497e7975e3ab860a6a6e356da3c6515fe73b736c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:48:32 +0000 Subject: [PATCH] Bump com.diffplug.spotless from 6.23.0 to 6.24.0 Bumps com.diffplug.spotless from 6.23.0 to 6.24.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 48497ee..71dcf9a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'com.diffplug.spotless' version "6.23.0" + id 'com.diffplug.spotless' version "6.24.0" } group = 'com.testcontainers'