We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 770c0d0 + 7acdcf4 commit b8a9a5dCopy full SHA for b8a9a5d
1 file changed
pom.xml
@@ -196,7 +196,7 @@
196
<!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
197
<plugin>
198
<artifactId>maven-clean-plugin</artifactId>
199
- <version>3.4.1</version>
+ <version>3.5.0</version>
200
</plugin>
201
202
<artifactId>maven-site-plugin</artifactId>
@@ -224,7 +224,7 @@
224
225
226
<artifactId>maven-surefire-plugin</artifactId>
227
- <version>3.5.2</version>
+ <version>3.5.3</version>
228
229
230
<artifactId>maven-jar-plugin</artifactId>
@@ -245,7 +245,7 @@
245
246
<groupId>com.diffplug.spotless</groupId>
247
<artifactId>spotless-maven-plugin</artifactId>
248
- <version>2.44.3</version>
+ <version>2.44.5</version>
249
<configuration>
250
<pom>
251
<sortPom>
0 commit comments