Skip to content

Commit aecba02

Browse files
⬆️(deps): Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 (#1286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fd0e03b commit aecba02

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
"checksum": "173f142d8e421867b8941801014ce448f69f3704a33f4487ce7cf80e9730d5f9",
3838
"resolved": "https://repo.maven.apache.org/maven2/dev/sigstore/sigstore-maven-plugin/1.3.0/sigstore-maven-plugin-1.3.0.jar"
3939
},
40+
{
41+
"groupId": "com.diffplug.spotless",
42+
"artifactId": "spotless-maven-plugin",
43+
"version": "2.46.1",
44+
"checksumAlgorithm": "SHA-256",
45+
"checksum": "1b73744618ba41fa42ff540784b8d6f4134400759fb068653e84856c06160508",
46+
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.46.1/spotless-maven-plugin-2.46.1.jar"
47+
},
4048
{
4149
"groupId": "org.apache.maven.plugins",
4250
"artifactId": "maven-deploy-plugin",
@@ -45,14 +53,6 @@
4553
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
4654
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
4755
},
48-
{
49-
"groupId": "com.diffplug.spotless",
50-
"artifactId": "spotless-maven-plugin",
51-
"version": "2.45.0",
52-
"checksumAlgorithm": "SHA-256",
53-
"checksum": "3de0d35f213ae98b8b9a2ca8ad9ad2215e20d5f715fdb0c3397c6c482d3e345e",
54-
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.45.0/spotless-maven-plugin-2.45.0.jar"
55-
},
5656
{
5757
"groupId": "org.apache.maven.plugins",
5858
"artifactId": "maven-surefire-plugin",

maven_plugin/lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2498,6 +2498,14 @@
24982498
"checksum": "173f142d8e421867b8941801014ce448f69f3704a33f4487ce7cf80e9730d5f9",
24992499
"resolved": "https://repo.maven.apache.org/maven2/dev/sigstore/sigstore-maven-plugin/1.3.0/sigstore-maven-plugin-1.3.0.jar"
25002500
},
2501+
{
2502+
"groupId": "com.diffplug.spotless",
2503+
"artifactId": "spotless-maven-plugin",
2504+
"version": "2.46.1",
2505+
"checksumAlgorithm": "SHA-256",
2506+
"checksum": "1b73744618ba41fa42ff540784b8d6f4134400759fb068653e84856c06160508",
2507+
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.46.1/spotless-maven-plugin-2.46.1.jar"
2508+
},
25012509
{
25022510
"groupId": "org.apache.maven.plugins",
25032511
"artifactId": "maven-deploy-plugin",
@@ -2506,14 +2514,6 @@
25062514
"checksum": "3be1d369703884116300b57abda1c46b8c712faf9a3778960d21dd27af73b650",
25072515
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.4/maven-deploy-plugin-3.1.4.jar"
25082516
},
2509-
{
2510-
"groupId": "com.diffplug.spotless",
2511-
"artifactId": "spotless-maven-plugin",
2512-
"version": "2.45.0",
2513-
"checksumAlgorithm": "SHA-256",
2514-
"checksum": "3de0d35f213ae98b8b9a2ca8ad9ad2215e20d5f715fdb0c3397c6c482d3e345e",
2515-
"resolved": "https://repo.maven.apache.org/maven2/com/diffplug/spotless/spotless-maven-plugin/2.45.0/spotless-maven-plugin-2.45.0.jar"
2516-
},
25172517
{
25182518
"groupId": "org.apache.maven.plugins",
25192519
"artifactId": "maven-plugin-plugin",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>com.diffplug.spotless</groupId>
8787
<artifactId>spotless-maven-plugin</artifactId>
88-
<version>2.45.0</version>
88+
<version>2.46.1</version>
8989
<configuration>
9090
<formats>
9191
<format>

0 commit comments

Comments
 (0)