Skip to content

Commit

Permalink
Merge pull request #722 from smallrye/dependabot/maven/1.x/org.codeha…
Browse files Browse the repository at this point in the history
…us.mojo-build-helper-maven-plugin-3.5.0

1.x: 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 517153c + ef0ff31 commit b17d42b
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 @@ -315,7 +315,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 b17d42b

Please sign in to comment.