Skip to content

Commit 3579bec

Browse files
⬆️(deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.44.2 (#1063)
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>
1 parent 6075b09 commit 3579bec

File tree

4 files changed

+22
-22
lines changed

4 files changed

+22
-22
lines changed

github_action/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6971,6 +6971,13 @@
69716971
"checksumAlgorithm": "SHA-256",
69726972
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
69736973
},
6974+
{
6975+
"groupId": "com.diffplug.spotless",
6976+
"artifactId": "spotless-maven-plugin",
6977+
"version": "2.44.2",
6978+
"checksumAlgorithm": "SHA-256",
6979+
"checksum": "44082da1e00ab405e2b5cfc7189efda60e88bf7e7433ef61aa96e6ac7ad521fd"
6980+
},
69746981
{
69756982
"groupId": "org.cyclonedx",
69766983
"artifactId": "cyclonedx-maven-plugin",
@@ -7033,13 +7040,6 @@
70337040
"version": "3.17.6",
70347041
"checksumAlgorithm": "SHA-256",
70357042
"checksum": "f7bb5021f22c89d9ab1ba207e74113b498c6911f24a79e3ea91ab37b49570985"
7036-
},
7037-
{
7038-
"groupId": "com.diffplug.spotless",
7039-
"artifactId": "spotless-maven-plugin",
7040-
"version": "2.44.1",
7041-
"checksumAlgorithm": "SHA-256",
7042-
"checksum": "f94d17a06c863e05cf6c3abe0bce185a041b2ca52d214e47637d6ad9e691e80f"
70437043
}
70447044
],
70457045
"metaData": {

lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
"checksumAlgorithm": "SHA-256",
4141
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
4242
},
43+
{
44+
"groupId": "com.diffplug.spotless",
45+
"artifactId": "spotless-maven-plugin",
46+
"version": "2.44.2",
47+
"checksumAlgorithm": "SHA-256",
48+
"checksum": "44082da1e00ab405e2b5cfc7189efda60e88bf7e7433ef61aa96e6ac7ad521fd"
49+
},
4350
{
4451
"groupId": "org.cyclonedx",
4552
"artifactId": "cyclonedx-maven-plugin",
@@ -95,13 +102,6 @@
95102
"version": "3.3.1",
96103
"checksumAlgorithm": "SHA-256",
97104
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
98-
},
99-
{
100-
"groupId": "com.diffplug.spotless",
101-
"artifactId": "spotless-maven-plugin",
102-
"version": "2.44.1",
103-
"checksumAlgorithm": "SHA-256",
104-
"checksum": "f94d17a06c863e05cf6c3abe0bce185a041b2ca52d214e47637d6ad9e691e80f"
105105
}
106106
],
107107
"metaData": {

maven_plugin/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,6 +2347,13 @@
23472347
"checksumAlgorithm": "SHA-256",
23482348
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
23492349
},
2350+
{
2351+
"groupId": "com.diffplug.spotless",
2352+
"artifactId": "spotless-maven-plugin",
2353+
"version": "2.44.2",
2354+
"checksumAlgorithm": "SHA-256",
2355+
"checksum": "44082da1e00ab405e2b5cfc7189efda60e88bf7e7433ef61aa96e6ac7ad521fd"
2356+
},
23502357
{
23512358
"groupId": "org.apache.maven.plugins",
23522359
"artifactId": "maven-plugin-plugin",
@@ -2410,13 +2417,6 @@
24102417
"checksumAlgorithm": "SHA-256",
24112418
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
24122419
},
2413-
{
2414-
"groupId": "com.diffplug.spotless",
2415-
"artifactId": "spotless-maven-plugin",
2416-
"version": "2.44.1",
2417-
"checksumAlgorithm": "SHA-256",
2418-
"checksum": "f94d17a06c863e05cf6c3abe0bce185a041b2ca52d214e47637d6ad9e691e80f"
2419-
},
24202420
{
24212421
"groupId": "com.soebes.itf.jupiter.extension",
24222422
"artifactId": "itf-maven-plugin",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>com.diffplug.spotless</groupId>
7070
<artifactId>spotless-maven-plugin</artifactId>
71-
<version>2.44.1</version>
71+
<version>2.44.2</version>
7272
<configuration>
7373
<formats>
7474
<format>

0 commit comments

Comments
 (0)