Skip to content

Commit c361909

Browse files
committed
Update plugins
1 parent 8a797f3 commit c361909

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!-- these are properties so integration tests can use them -->
1919
<javaVersion>1.${shortJavaVersion}</javaVersion>
2020
<dependencyPluginVersion>3.8.1</dependencyPluginVersion>
21-
<compilerPluginVersion>3.13.0</compilerPluginVersion>
21+
<compilerPluginVersion>3.14.0</compilerPluginVersion>
2222
<resourcesPluginVersion>3.3.1</resourcesPluginVersion>
2323
<junitVersion>4.13.2</junitVersion>
2424
<surefirePluginVersion>3.5.3</surefirePluginVersion>
@@ -218,7 +218,7 @@
218218
<plugin>
219219
<groupId>org.apache.maven.plugins</groupId>
220220
<artifactId>maven-clean-plugin</artifactId>
221-
<version>3.4.0</version>
221+
<version>3.4.1</version>
222222
</plugin>
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
@@ -401,12 +401,12 @@
401401
<plugin>
402402
<groupId>org.apache.maven.plugins</groupId>
403403
<artifactId>maven-install-plugin</artifactId>
404-
<version>3.1.3</version>
404+
<version>3.1.4</version>
405405
</plugin>
406406
<plugin>
407407
<groupId>org.apache.maven.plugins</groupId>
408408
<artifactId>maven-deploy-plugin</artifactId>
409-
<version>3.1.3</version>
409+
<version>3.1.4</version>
410410
</plugin>
411411
<plugin>
412412
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)