From d03a233439ce4246a37496f1b46ebd2f2f5f1036 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 23:24:28 +0000 Subject: [PATCH] chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cafc1767c1..51e9bfb148 100644 --- a/pom.xml +++ b/pom.xml @@ -434,7 +434,7 @@ <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> - <version>2.30.0</version> + <version>2.44.2</version> <configuration> <!-- optional: limit format enforcement to just the files changed by this feature branch --> <!-- <ratchetFrom>origin/main</ratchetFrom>-->