Skip to content

Commit 6f06054

Browse files
committed
[pom] Update maven plugins to clear more warnings
- dependency to 3.6.0 - source to 3.3.0 - checkstyle to 3.3.0 - exec to 3.1.0
1 parent 2addca9 commit 6f06054

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
@@ -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>
@@ -162,7 +162,7 @@
162162
</plugin>
163163
<plugin>
164164
<artifactId>maven-source-plugin</artifactId>
165-
<version>3.2.1</version>
165+
<version>3.3.0</version>
166166
</plugin>
167167
</plugins>
168168
</pluginManagement>
@@ -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)