We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2133c commit ac8a4dbCopy full SHA for ac8a4db
.gitignore
@@ -12,4 +12,4 @@ target
12
.vscode/
13
14
# IntelliJ files
15
-*.iml
+*.iml
pom.xml
@@ -481,7 +481,7 @@
481
<plugin>
482
<groupId>com.diffplug.spotless</groupId>
483
<artifactId>spotless-maven-plugin</artifactId>
484
- <version>2.43.0</version>
+ <version>2.44.3</version>
485
<configuration>
486
<!-- optional: limit format enforcement to just the files changed by this feature branch -->
487
<!-- <ratchetFrom>origin/main</ratchetFrom>-->
0 commit comments