Skip to content

Commit

Permalink
Merge pull request #1688 from quarkus-qe/dependabot/maven/org.codehau…
Browse files Browse the repository at this point in the history
…s.mojo-exec-maven-plugin-3.2.0

Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0
  • Loading branch information
michalvavrik authored Feb 22, 2024
2 parents 270668c + 66a0c1d commit 466f507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env-info/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>os-jvm-env-info-log</id>
Expand Down
2 changes: 1 addition & 1 deletion http/http-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<inherited>false</inherited>
<executions>
<execution>
Expand Down

0 comments on commit 466f507

Please sign in to comment.