Skip to content

Commit d4ed418

Browse files
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.3
1 parent b62e83c commit d4ed418

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@
362362
<plugin>
363363
<groupId>org.codehaus.mojo</groupId>
364364
<artifactId>exec-maven-plugin</artifactId>
365-
<version>3.6.2</version>
365+
<version>3.6.3</version>
366366
<executions>
367367
<execution>
368368
<id>gradle-build</id>

src/it/bench/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.codehaus.mojo</groupId>
4343
<artifactId>exec-maven-plugin</artifactId>
44-
<version>3.6.2</version>
44+
<version>3.6.3</version>
4545
<executions>
4646
<execution>
4747
<phase>process-classes</phase>

src/it/with-extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.codehaus.mojo</groupId>
4444
<artifactId>exec-maven-plugin</artifactId>
45-
<version>3.6.2</version>
45+
<version>3.6.3</version>
4646
<executions>
4747
<execution>
4848
<phase>process-classes</phase>

0 commit comments

Comments
 (0)