Skip to content

Commit d77bd85

Browse files
authored
Merge pull request #629 from hazendaz/master
[pom] Update maven plugins to clear more warnings
2 parents 2bbb7ed + 6f06054 commit d77bd85

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</plugin>
107107
<plugin>
108108
<artifactId>maven-dependency-plugin</artifactId>
109-
<version>3.5.0</version>
109+
<version>3.6.0</version>
110110
</plugin>
111111
<plugin>
112112
<artifactId>maven-release-plugin</artifactId>
@@ -486,7 +486,7 @@
486486
<profile>
487487
<id>checkstyle</id>
488488
<properties>
489-
<maven-checkstyle-plugin.version>3.2.2</maven-checkstyle-plugin.version>
489+
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
490490
<!-- if you update the checkstyle version make sure you update the google_checks.xml inside the repository -->
491491
<checkstyle.version>8.25</checkstyle.version>
492492
<checkstyle.config.path>${basedir}/.github/.checkstyle</checkstyle.config.path>
@@ -551,7 +551,7 @@
551551
<plugin>
552552
<groupId>org.codehaus.mojo</groupId>
553553
<artifactId>exec-maven-plugin</artifactId>
554-
<version>1.3</version>
554+
<version>3.1.0</version>
555555
<inherited>false</inherited>
556556
<executions>
557557
<execution>

0 commit comments

Comments
 (0)