Skip to content

Commit 2d34cba

Browse files
Bump org.codehaus.mojo:exec-maven-plugin from 3.5.1 to 3.6.0
Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases) - [Commits](mojohaus/exec-maven-plugin@3.5.1...3.6.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:exec-maven-plugin dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8db903a commit 2d34cba

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

examples/amqp-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.codehaus.mojo</groupId>
8585
<artifactId>exec-maven-plugin</artifactId>
86-
<version>3.5.1</version>
86+
<version>3.6.0</version>
8787
<executions>
8888
<execution>
8989
<id>start-example</id>

examples/kafka-quickstart-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.codehaus.mojo</groupId>
121121
<artifactId>exec-maven-plugin</artifactId>
122-
<version>3.5.1</version>
122+
<version>3.6.0</version>
123123
<executions>
124124
<execution>
125125
<id>start-example</id>

examples/kafka-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.codehaus.mojo</groupId>
7777
<artifactId>exec-maven-plugin</artifactId>
78-
<version>3.5.1</version>
78+
<version>3.6.0</version>
7979
<executions>
8080
<execution>
8181
<id>start-example</id>

examples/mqtt-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.codehaus.mojo</groupId>
8585
<artifactId>exec-maven-plugin</artifactId>
86-
<version>3.5.1</version>
86+
<version>3.6.0</version>
8787
<executions>
8888
<execution>
8989
<id>start-example</id>

examples/quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.codehaus.mojo</groupId>
6767
<artifactId>exec-maven-plugin</artifactId>
68-
<version>3.5.1</version>
68+
<version>3.6.0</version>
6969
<executions>
7070
<execution>
7171
<id>start-example</id>

examples/rabbitmq-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.codehaus.mojo</groupId>
9292
<artifactId>exec-maven-plugin</artifactId>
93-
<version>3.5.1</version>
93+
<version>3.6.0</version>
9494
<executions>
9595
<execution>
9696
<id>start-example</id>

0 commit comments

Comments
 (0)