Skip to content

Commit

Permalink
Bump org.codehaus.mojo:build-helper-maven-plugin to 3.6.0 (smallrye#1845
Browse files Browse the repository at this point in the history
)

updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and MikeEdgar committed Jun 6, 2024
1 parent 26f1533 commit 6dedc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<url>http://smallrye.io</url>

<properties>
<version.buildhelper.plugin>3.5.0</version.buildhelper.plugin>
<version.buildhelper.plugin>3.6.0</version.buildhelper.plugin>
<jackson-bom.version>2.17.1</jackson-bom.version>
<version.eclipse.microprofile.config>3.0.3</version.eclipse.microprofile.config>
<version.io.smallrye.jandex>3.2.0</version.io.smallrye.jandex>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>add-source</id>
Expand Down

0 comments on commit 6dedc44

Please sign in to comment.