Skip to content

Commit

Permalink
Merge pull request #2798 from smallrye/dependabot/maven/main/org.code…
Browse files Browse the repository at this point in the history
…haus.mojo-exec-maven-plugin-3.5.0

Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
  • Loading branch information
cescoffier authored Oct 23, 2024
2 parents c806d74 + 92bdb9a commit 8bc5725
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/amqp-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>start-example</id>
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-quickstart-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>start-example</id>
Expand Down
2 changes: 1 addition & 1 deletion examples/kafka-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>start-example</id>
Expand Down
2 changes: 1 addition & 1 deletion examples/mqtt-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>start-example</id>
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>start-example</id>
Expand Down
2 changes: 1 addition & 1 deletion examples/rabbitmq-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>start-example</id>
Expand Down

0 comments on commit 8bc5725

Please sign in to comment.