Skip to content

Commit c418781

Browse files
committed
build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.3
1 parent 6371fd3 commit c418781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/preview-snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>org.codehaus.mojo</groupId>
5656
<artifactId>exec-maven-plugin</artifactId>
57-
<version>3.3.0</version>
57+
<version>3.6.3</version>
5858
<executions>
5959
<execution>
6060
<!-- to run quickstart:

samples/snippets/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.5.1</version>
82+
<version>3.6.3</version>
8383
<executions>
8484
<execution>
8585
<!-- to run quickstart:

0 commit comments

Comments
 (0)