Skip to content

Commit

Permalink
Bump build-helper-plugin to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 12, 2023
1 parent 3e3c442 commit a1d87fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ updates:
- dependency-name: net.revelc.code.formatter:formatter-maven-plugin
- dependency-name: net.revelc.code:impsort-maven-plugin
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
# Narayana
- dependency-name: org.jboss.narayana.jta:*
- dependency-name: org.jboss.narayana.jts:*
Expand Down
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,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>1.9.1</build-helper-plugin.version>
<build-helper-plugin.version>3.4.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.3.0</version.buildhelper.plugin>
<version.buildhelper.plugin>3.4.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.11.0</version.compiler.plugin>
Expand Down

0 comments on commit a1d87fc

Please sign in to comment.