Skip to content

Commit c7d2725

Browse files
chore(deps): bump org.codehaus.mojo:exec-maven-plugin (#2438)
1 parent 3e05640 commit c7d2725

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

samples/quickstart-guice/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.codehaus.mojo</groupId>
3636
<artifactId>exec-maven-plugin</artifactId>
37-
<version>3.6.2</version>
37+
<version>3.6.3</version>
3838
<executions>
3939
<execution>
4040
<goals>

samples/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.codehaus.mojo</groupId>
3838
<artifactId>exec-maven-plugin</artifactId>
39-
<version>3.6.2</version>
39+
<version>3.6.3</version>
4040
<executions>
4141
<execution>
4242
<goals>

samples/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.codehaus.mojo</groupId>
7171
<artifactId>exec-maven-plugin</artifactId>
72-
<version>3.6.2</version>
72+
<version>3.6.3</version>
7373
<configuration>
7474
<mainClass>org.apache.shiro.samples.spring.CliApp</mainClass>
7575
</configuration>

0 commit comments

Comments
 (0)