Skip to content

Commit

Permalink
Merge pull request #1240 from smallrye/dependabot/maven/org.codehaus.…
Browse files Browse the repository at this point in the history
…mojo-build-helper-maven-plugin-3.3.0

Bump build-helper-maven-plugin from 3.2.0 to 3.3.0
  • Loading branch information
phillip-kruger authored Feb 24, 2022
2 parents e09c886 + 8dcf7d7 commit 850f980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion tools/gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-artifacts</id>
Expand Down

0 comments on commit 850f980

Please sign in to comment.