Skip to content

Commit

Permalink
---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 7fafd32 commit 3608bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<!-- revapi API check -->
<revapi-maven-plugin.version>0.14.7</revapi-maven-plugin.version>
<revapi-java-plugin.version>0.26.1</revapi-java-plugin.version>
<build-helper-plugin.version>3.5.0</build-helper-plugin.version>
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
<revapi-reporter-text.version>0.14.5</revapi-reporter-text.version>
<revapi-reporter-json.version>0.4.5</revapi-reporter-json.version>
<!-- Latest release to be used by api-compatibility-check to check backwards compatibility of the Quarkus API. -->
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<!-- Plugin versions (please keep in alphabetical order) -->
<version.buildhelper.plugin>3.5.0</version.buildhelper.plugin>
<version.buildhelper.plugin>3.6.0</version.buildhelper.plugin>
<version.buildnumber.plugin>3.0.0</version.buildnumber.plugin>
<version.clean.plugin>3.2.0</version.clean.plugin>
<version.compiler.plugin>3.12.1</version.compiler.plugin>
Expand Down

0 comments on commit 3608bba

Please sign in to comment.