Skip to content

Commit 5b905bf

Browse files
committed
[MRESOLVER-500] (build) Upgrade exec-maven-plugin to 3.2.0
[MRESOLVER-501] (build) Upgrade japicmp to 0.18.5
1 parent 725edd7 commit 5b905bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven-resolver-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.codehaus.mojo</groupId>
8181
<artifactId>exec-maven-plugin</artifactId>
82-
<version>3.1.1</version>
82+
<version>3.2.0</version>
8383
<executions>
8484
<execution>
8585
<id>render-configuration-page</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>com.github.siom79.japicmp</groupId>
282282
<artifactId>japicmp-maven-plugin</artifactId>
283-
<version>0.18.3</version>
283+
<version>0.18.5</version>
284284
<configuration>
285285
<oldVersion>
286286
<!-- We compare same module against 1.8.0 set as "baseline" -->

0 commit comments

Comments
 (0)