Skip to content

Commit

Permalink
Merge pull request #723 from smallrye/dependabot/maven/org.codehaus.m…
Browse files Browse the repository at this point in the history
…ojo-build-helper-maven-plugin-3.5.0

build(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0
  • Loading branch information
aureamunoz authored Nov 27, 2023
2 parents e0ea5b7 + 8ecc552 commit bbe98de
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.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<!-- Mostly for IDE to add the generated-sources to the classpath -->
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>add-generated-sources</id>
Expand Down

0 comments on commit bbe98de

Please sign in to comment.