Skip to content

Commit dc3abe2

Browse files
chore(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.0 (#1600)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.codehaus.mojo:exec-maven-plugin](https://www.mojohaus.org/exec-maven-plugin) ([source](https://redirect.github.com/mojohaus/exec-maven-plugin)) | `3.5.1` -> `3.6.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:exec-maven-plugin/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.codehaus.mojo:exec-maven-plugin/3.5.1/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mojohaus/exec-maven-plugin (org.codehaus.mojo:exec-maven-plugin)</summary> ### [`v3.6.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.6.0) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.5.1...3.6.0) <!-- Optional: add a release summary here --> #### 🚀 New features and improvements - \[ExecMojo]Add `getShebang` method to correctly set the command line executable name ([#&#8203;487](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/487)) [@&#8203;uchenily](https://redirect.github.com/uchenily) - JEP 512 Support ([#&#8203;484](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/484)) [@&#8203;cayhorstmann](https://redirect.github.com/cayhorstmann) #### 🐛 Bug Fixes - fix inheritIo option ([#&#8203;488](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/488)) [@&#8203;dernasherbrezon](https://redirect.github.com/dernasherbrezon) - Fix for [#&#8203;479](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/479) - Wrong repositories used to collect deps ([#&#8203;480](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/480)) [@&#8203;cstamas](https://redirect.github.com/cstamas) #### 👻 Maintenance - Use JSR-330 for component injection ([#&#8203;493](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/493)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Re-run failed tests ([#&#8203;491](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/491)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Restore default matrix build ([#&#8203;486](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/486)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) #### 📦 Dependency updates - Use Maven 3.9.11 in dependencies, still requires 3.6.3 as minimum ([#&#8203;492](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/492)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Bump org.codehaus.mojo:mojo-parent from 92 to 93 ([#&#8203;483](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/483)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 91 to 92 ([#&#8203;478](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/478)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 90 to 91 ([#&#8203;477](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/477)) @&#8203;[dependabot\[bot\]](https://redirect.github.com/apps/dependabot) - Bump org.codehaus.mojo:mojo-parent from 89 to 90 ([#&#8203;476](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/476)) @&#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/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab785c1 commit dc3abe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.codehaus.mojo</groupId>
139139
<artifactId>exec-maven-plugin</artifactId>
140-
<version>3.5.1</version>
140+
<version>3.6.0</version>
141141
</plugin>
142142
</plugins>
143143
</pluginManagement>

0 commit comments

Comments
 (0)