Skip to content

Commit 8bc5725

Browse files
authored
Merge pull request #2798 from smallrye/dependabot/maven/main/org.codehaus.mojo-exec-maven-plugin-3.5.0
Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
2 parents c806d74 + 92bdb9a commit 8bc5725

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.4.1</version>
86+
<version>3.5.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.4.1</version>
122+
<version>3.5.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.4.1</version>
78+
<version>3.5.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.4.1</version>
86+
<version>3.5.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.4.1</version>
68+
<version>3.5.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.4.1</version>
93+
<version>3.5.0</version>
9494
<executions>
9595
<execution>
9696
<id>start-example</id>

0 commit comments

Comments
 (0)