Skip to content

Commit e86b68d

Browse files
authored
build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.6.0 (#2234)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.codehaus.mojo:exec-maven-plugin/3.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.codehaus.mojo:exec-maven-plugin/3.5.1/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/) | --- ### 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 42326d9 commit e86b68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quickperf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.codehaus.mojo</groupId>
9797
<artifactId>exec-maven-plugin</artifactId>
98-
<version>3.5.1</version>
98+
<version>3.6.0</version>
9999
<configuration>
100100
<mainClass>com.google.cloud.jdbc.quickperf.QuickPerf</mainClass>
101101
</configuration>

0 commit comments

Comments
 (0)