Skip to content

Commit 09e03bc

Browse files
Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.5.0 (#609)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.codehaus.mojo:build-helper-maven-plugin](https://www.mojohaus.org/build-helper-maven-plugin/) ([source](https://togithub.com/mojohaus/build-helper-maven-plugin)) | `3.4.0` -> `3.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:build-helper-maven-plugin/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.codehaus.mojo:build-helper-maven-plugin/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.codehaus.mojo:build-helper-maven-plugin/3.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.codehaus.mojo:build-helper-maven-plugin/3.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>mojohaus/build-helper-maven-plugin (org.codehaus.mojo:build-helper-maven-plugin)</summary> ### [`v3.5.0`](https://togithub.com/mojohaus/build-helper-maven-plugin/releases/tag/3.5.0) [Compare Source](https://togithub.com/mojohaus/build-helper-maven-plugin/compare/3.4.0...3.5.0) #### Changes #### 🚀 New features and improvements - Add skipIfMissing flag ([#&#8203;187](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/187)) [@&#8203;hgschmie](https://togithub.com/hgschmie) - Add skip flags ([#&#8203;186](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/186)) [@&#8203;hgschmie](https://togithub.com/hgschmie) - Deprecate maven-version goal ([#&#8203;191](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/191)) [@&#8203;slawekjaranowski](https://togithub.com/slawekjaranowski) #### 📦 Dependency updates - Bump org.codehaus.mojo:mojo-parent from 76 to 77 ([#&#8203;190](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/190)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump mojo-parent from 75 to 76 ([#&#8203;185](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/185)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump mojo-parent from 74 to 75 ([#&#8203;184](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/184)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump plexus-utils from 3.5.1 to 4.0.0 ([#&#8203;183](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/183)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump maven-plugin-annotations from 3.8.2 to 3.9.0 ([#&#8203;182](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/182)) [@&#8203;dependabot](https://togithub.com/dependabot) #### 👻 Maintenance - Use plugins versions from parent in ITs ([#&#8203;192](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/192)) [@&#8203;slawekjaranowski](https://togithub.com/slawekjaranowski) - Use Maven Apache shared GitHub action ([#&#8203;189](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/189)) [@&#8203;slawekjaranowski](https://togithub.com/slawekjaranowski) - Fix antrun version in ITs ([#&#8203;188](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/188)) [@&#8203;slawekjaranowski](https://togithub.com/slawekjaranowski) - Bump mojo-parent from 75 to 76 ([#&#8203;185](https://togithub.com/mojohaus/build-helper-maven-plugin/pull/185)) [@&#8203;dependabot](https://togithub.com/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/line/line-bot-sdk-nodejs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 83c3e44 commit 09e03bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.codehaus.mojo</groupId>
6666
<artifactId>build-helper-maven-plugin</artifactId>
67-
<version>3.4.0</version>
67+
<version>3.5.0</version>
6868
<executions>
6969
<execution>
7070
<id>add_sources</id>

0 commit comments

Comments
 (0)