Skip to content

Commit 11d3273

Browse files
chore(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1 (#815)
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://redirect.github.com/mojohaus/build-helper-maven-plugin)) | `3.6.0` -> `3.6.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:build-helper-maven-plugin/3.6.1?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.6.1?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.6.0/3.6.1?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.6.0/3.6.1?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.6.1`](https://redirect.github.com/mojohaus/build-helper-maven-plugin/releases/tag/3.6.1) [Compare Source](https://redirect.github.com/mojohaus/build-helper-maven-plugin/compare/3.6.0...3.6.1) <!-- Optional: add a release summary here --> #### 📝 Documentation updates - Rename Goals to Plugin Documentation in the site menu ([#&#8203;229](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/229)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) - update the documentation for adding more resource directories ([#&#8203;213](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/213)) [@&#8203;mjj042](https://redirect.github.com/mjj042) #### 👻 Maintenance - Use common release-drafter configuration ([#&#8203;230](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/230)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### 📦 Dependency updates - Bump org.codehaus.mojo:mojo-parent from 87 to 91 ([#&#8203;228](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/228)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0 ([#&#8203;222](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/222)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 86 to 87 ([#&#8203;221](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/221)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 85 to 86 ([#&#8203;219](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/219)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 ([#&#8203;220](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/220)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 84 to 85 ([#&#8203;217](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/217)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 82 to 84 ([#&#8203;214](https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/214)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-python). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9697ba6 commit 11d3273

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.6.0</version>
67+
<version>3.6.1</version>
6868
<executions>
6969
<execution>
7070
<id>add_sources</id>

0 commit comments

Comments
 (0)