Skip to content

Commit

Permalink
⬆️(deps): Update dependency com.diffplug.spotless:spotless-maven-plug…
Browse files Browse the repository at this point in the history
…in to v2.44.1 (#1052)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: LogFlames <[email protected]>
Co-authored-by: Elias Lundell <[email protected]>
  • Loading branch information
4 people authored Jan 8, 2025
1 parent 93d80d1 commit d553f0e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ out/
*.versionsBackup
*.log
.mvn/.gradle-enterprise/gradle-enterprise-workspace-id
JRELEASER_VERSION
JRELEASER_VERSION
14 changes: 7 additions & 7 deletions github_action/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6936,13 +6936,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "09a6eb75226e9650206b289ffd6239f128cd4af0c54eac1e308b4b4bc21064fb"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.43.0",
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
Expand Down Expand Up @@ -7040,6 +7033,13 @@
"version": "3.5.3",
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.44.1",
"checksumAlgorithm": "SHA-256",
"checksum": "f94d17a06c863e05cf6c3abe0bce185a041b2ca52d214e47637d6ad9e691e80f"
}
],
"metaData": {
Expand Down
14 changes: 7 additions & 7 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "09a6eb75226e9650206b289ffd6239f128cd4af0c54eac1e308b4b4bc21064fb"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.43.0",
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
Expand Down Expand Up @@ -102,6 +95,13 @@
"version": "3.5.3",
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.44.1",
"checksumAlgorithm": "SHA-256",
"checksum": "f94d17a06c863e05cf6c3abe0bce185a041b2ca52d214e47637d6ad9e691e80f"
}
],
"metaData": {
Expand Down
14 changes: 7 additions & 7 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2312,13 +2312,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "09a6eb75226e9650206b289ffd6239f128cd4af0c54eac1e308b4b4bc21064fb"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.43.0",
"checksumAlgorithm": "SHA-256",
"checksum": "166adb65bbecfbb413e87631fa6bd4d48d4f572ba810404819b45bf7f239821d"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
Expand Down Expand Up @@ -2417,6 +2410,13 @@
"checksumAlgorithm": "SHA-256",
"checksum": "f2a94b64ff9368d397a9f986178b1a17e8788726ae683f2c6ef7670a7e2fd552"
},
{
"groupId": "com.diffplug.spotless",
"artifactId": "spotless-maven-plugin",
"version": "2.44.1",
"checksumAlgorithm": "SHA-256",
"checksum": "f94d17a06c863e05cf6c3abe0bce185a041b2ca52d214e47637d6ad9e691e80f"
},
{
"groupId": "com.soebes.itf.jupiter.extension",
"artifactId": "itf-maven-plugin",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.44.1</version>
<configuration>
<formats>
<format>
Expand Down

0 comments on commit d553f0e

Please sign in to comment.