Skip to content

Commit 47fb76e

Browse files
anilsomisettytdcmeehan
authored andcommitted
Upgrading maven deploy,clean,install,duplicate finder and mycila license plugins to resolve mutiple CVE's
1 parent 1ea9c1e commit 47fb76e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

airbase/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -238,19 +238,19 @@
238238
<plugin>
239239
<groupId>org.apache.maven.plugins</groupId>
240240
<artifactId>maven-deploy-plugin</artifactId>
241-
<version>2.8.2</version>
241+
<version>3.1.1</version>
242242
</plugin>
243243

244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-clean-plugin</artifactId>
247-
<version>3.0.0</version>
247+
<version>3.3.2</version>
248248
</plugin>
249249

250250
<plugin>
251251
<groupId>org.apache.maven.plugins</groupId>
252252
<artifactId>maven-install-plugin</artifactId>
253-
<version>2.5.2</version>
253+
<version>3.1.1</version>
254254
</plugin>
255255

256256
<plugin>
@@ -552,7 +552,7 @@
552552
<plugin>
553553
<groupId>org.basepom.maven</groupId>
554554
<artifactId>duplicate-finder-maven-plugin</artifactId>
555-
<version>1.2.1</version>
555+
<version>1.5.1</version>
556556
<executions>
557557
<execution>
558558
<id>default</id>
@@ -717,7 +717,7 @@
717717
<plugin>
718718
<groupId>com.mycila</groupId>
719719
<artifactId>license-maven-plugin</artifactId>
720-
<version>2.3</version>
720+
<version>4.3</version>
721721
<dependencies>
722722
<!-- This version must match the Airbase version. It will be updated by -->
723723
<!-- the Maven Release plugin. The "project.version" property cannot be -->

0 commit comments

Comments
 (0)