From a3b75e8168c0fb7fa35180acba0a57296ec7a518 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 18 Jan 2025 08:26:10 +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 6dec1bc0..5b0fff17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,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>-->