Skip to content

Commit 4cf87ea

Browse files
committed
patch versions
1 parent c5a8a7c commit 4cf87ea

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/json-smart-formatting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
${{ runner.os }}-maven-
3535
3636
- name: Check formatting accessors-smart
37-
run: cd accessors-smart; ./mvnw com.diffplug.spotless:spotless-maven-plugin:check
37+
run: cd accessors-smart; ./mvnw spotless:check
3838

3939
- name: Check formatting json-smart
40-
run: cd json-smart; ./mvnw com.diffplug.spotless:spotless-maven-plugin:check
40+
run: cd json-smart; ./mvnw spotless:check
4141

4242
- name: Check formatting json-smart-action
43-
run: cd json-smart-action; ./mvnw com.diffplug.spotless:spotless-maven-plugin:check
43+
run: cd json-smart-action; ./mvnw spotless:check

accessors-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ limitations under the License.
243243
<plugin>
244244
<groupId>com.diffplug.spotless</groupId>
245245
<artifactId>spotless-maven-plugin</artifactId>
246-
<version>2.47.0</version>
246+
<version>2.46.1</version>
247247
<configuration>
248248
<java>
249249
<includes>

json-smart-action/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>com.diffplug.spotless</groupId>
235235
<artifactId>spotless-maven-plugin</artifactId>
236-
<version>2.47.0</version>
236+
<version>2.46.1</version>
237237
<configuration>
238238
<java>
239239
<includes>

json-smart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ limitations under the License.
254254
<plugin>
255255
<groupId>com.diffplug.spotless</groupId>
256256
<artifactId>spotless-maven-plugin</artifactId>
257-
<version>2.47.0</version>
257+
<version>2.46.1</version>
258258
<configuration>
259259
<java>
260260
<includes>

0 commit comments

Comments
 (0)