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.
2 parents e0f5859 + 5f4bc24 commit 47e6869Copy full SHA for 47e6869
2 files changed
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id 'application'
3
- id "com.diffplug.spotless" version "7.0.4"
+ id "com.diffplug.spotless" version "7.1.0"
4
}
5
6
java {
pom.xml
@@ -24,7 +24,7 @@
24
<plugin>
25
<groupId>com.diffplug.spotless</groupId>
26
<artifactId>spotless-maven-plugin</artifactId>
27
- <version>2.44.5</version>
+ <version>2.45.0</version>
28
<configuration>
29
<formats>
30
<format>
@@ -99,7 +99,7 @@
99
<dependency>
100
<groupId>org.junit.jupiter</groupId>
101
<artifactId>junit-jupiter-engine</artifactId>
102
- <version>5.13.2</version>
+ <version>5.13.3</version>
103
<scope>test</scope>
104
</dependency>
105
0 commit comments