forked from googleapis/java-spanner-jdbc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 0e44c98
authored
build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.4.1 (googleapis#1712)
[](https://renovatebot.com)
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://togithub.com/mojohaus/exec-maven-plugin)) | `3.1.0` -> `3.4.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>mojohaus/exec-maven-plugin (org.codehaus.mojo:exec-maven-plugin)</summary>
### [`v3.4.1`](https://togithub.com/mojohaus/exec-maven-plugin/releases/tag/3.4.1)
[Compare Source](https://togithub.com/mojohaus/exec-maven-plugin/compare/3.4.0...3.4.1)
<!-- Optional: add a release summary here -->
#### 🐛 Bug Fixes
- Environment variable Path should be used as case-insensitive ([#​442](https://togithub.com/mojohaus/exec-maven-plugin/pull/442)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- fix: NPE because declared MavenSession field hides field of superclass ([#​439](https://togithub.com/mojohaus/exec-maven-plugin/pull/439)) [@​sebthom](https://togithub.com/sebthom)
#### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 84 to 85 ([#​441](https://togithub.com/mojohaus/exec-maven-plugin/pull/441)) [@​dependabot](https://togithub.com/dependabot)
#### 👻 Maintenance
- Remove redundant spotless configuration ([#​440](https://togithub.com/mojohaus/exec-maven-plugin/pull/440)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
#### 🔧 Build
- Use Maven4 enabled with GH Action ([#​443](https://togithub.com/mojohaus/exec-maven-plugin/pull/443)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Use shared release drafter GH Action ([#​444](https://togithub.com/mojohaus/exec-maven-plugin/pull/444)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
### [`v3.4.0`](https://togithub.com/mojohaus/exec-maven-plugin/releases/tag/3.4.0)
[Compare Source](https://togithub.com/mojohaus/exec-maven-plugin/compare/3.3.0...3.4.0)
<!-- Optional: add a release summary here -->
#### 🚀 New features and improvements
- Allow `<includePluginDependencies>` to be specified for the exec:exec goal ([#​432](https://togithub.com/mojohaus/exec-maven-plugin/pull/432)) [@​sebthom](https://togithub.com/sebthom)
#### 🐛 Bug Fixes
- Do not get UPPERCASE env vars ([#​427](https://togithub.com/mojohaus/exec-maven-plugin/pull/427)) [@​wheezil](https://togithub.com/wheezil)
#### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 82 to 84 ([#​434](https://togithub.com/mojohaus/exec-maven-plugin/pull/434)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 ([#​431](https://togithub.com/mojohaus/exec-maven-plugin/pull/431)) [@​dependabot](https://togithub.com/dependabot)
#### 👻 Maintenance
- Remove Log4j 1.2.x from ITs ([#​437](https://togithub.com/mojohaus/exec-maven-plugin/pull/437)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
#### 🔧 Build
- Use Maven 3.9.7 and 4.0.0-beta-3 ([#​433](https://togithub.com/mojohaus/exec-maven-plugin/pull/433)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
### [`v3.3.0`](https://togithub.com/mojohaus/exec-maven-plugin/releases/tag/3.3.0)
[Compare Source](https://togithub.com/mojohaus/exec-maven-plugin/compare/3.2.0...3.3.0)
<!-- Optional: add a release summary here -->
#### 🚀 New features and improvements
- Add option to include runtime and provided ([#​61](https://togithub.com/mojohaus/exec-maven-plugin/pull/61)) [@​rehevkor5](https://togithub.com/rehevkor5)
#### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 80 to 82 ([#​429](https://togithub.com/mojohaus/exec-maven-plugin/pull/429)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 ([#​424](https://togithub.com/mojohaus/exec-maven-plugin/pull/424)) [@​dependabot](https://togithub.com/dependabot)
- Bump asm.version from 9.6 to 9.7 ([#​422](https://togithub.com/mojohaus/exec-maven-plugin/pull/422)) [@​dependabot](https://togithub.com/dependabot)
- Bump apache/maven-gh-actions-shared from 3 to 4 ([#​420](https://togithub.com/mojohaus/exec-maven-plugin/pull/420)) [@​dependabot](https://togithub.com/dependabot)
### [`v3.2.0`](https://togithub.com/mojohaus/exec-maven-plugin/releases/tag/3.2.0)
[Compare Source](https://togithub.com/mojohaus/exec-maven-plugin/compare/3.1.1...3.2.0)
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Enable to exec:java runnables and not only mains with loosely coupled injections ([#​408](https://togithub.com/mojohaus/exec-maven-plugin/pull/408)) [@​rmannibucau](https://togithub.com/rmannibucau)
- Try to get rid of legacy API which can break starting with java 17 ([#​409](https://togithub.com/mojohaus/exec-maven-plugin/pull/409)) [@​rmannibucau](https://togithub.com/rmannibucau)
##### 🐛 Bug Fixes
- Fix [#​401](https://togithub.com/mojohaus/exec-maven-plugin/issues/401) - Maven v4 compatibility ([#​414](https://togithub.com/mojohaus/exec-maven-plugin/pull/414)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
##### 📦 Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 78 to 80 ([#​419](https://togithub.com/mojohaus/exec-maven-plugin/pull/419)) [@​dependabot](https://togithub.com/dependabot)
- Bump commons-io:commons-io from 1.1 to 2.7 in /src/it/projects/setup-parent ([#​416](https://togithub.com/mojohaus/exec-maven-plugin/pull/416)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.apache.commons:commons-exec from 1.3 to 1.4.0 ([#​405](https://togithub.com/mojohaus/exec-maven-plugin/pull/405)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.mojo:mojo-parent from 77 to 78 ([#​406](https://togithub.com/mojohaus/exec-maven-plugin/pull/406)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 ([#​403](https://togithub.com/mojohaus/exec-maven-plugin/pull/403)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-component-annotations from 2.1.1 to 2.2.0 ([#​404](https://togithub.com/mojohaus/exec-maven-plugin/pull/404)) [@​dependabot](https://togithub.com/dependabot)
##### 👻 Maintenance
- ITs improvement ([#​415](https://togithub.com/mojohaus/exec-maven-plugin/pull/415)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Fix documentation formatting, add menu items for new examples ([#​412](https://togithub.com/mojohaus/exec-maven-plugin/pull/412)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Execute mexec-137 also on unix family ([#​413](https://togithub.com/mojohaus/exec-maven-plugin/pull/413)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Remove unused test ([#​410](https://togithub.com/mojohaus/exec-maven-plugin/pull/410)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
##### 🔧 Build
- Bump release-drafter/release-drafter from 5 to 6 ([#​417](https://togithub.com/mojohaus/exec-maven-plugin/pull/417)) [@​dependabot](https://togithub.com/dependabot)
### [`v3.1.1`](https://togithub.com/mojohaus/exec-maven-plugin/releases/tag/3.1.1)
<!-- Optional: add a release summary here -->
##### 🚀 New features and improvements
- Remove unused killAfter options ([#​394](https://togithub.com/mojohaus/exec-maven-plugin/pull/394)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- \[[#​391](https://togithub.com/mojohaus/exec-maven-plugin/issues/391)] Cope with Thread::stop being unavailable in JDK 20+ ([#​393](https://togithub.com/mojohaus/exec-maven-plugin/pull/393)) [@​kriegaex](https://togithub.com/kriegaex)
- Only prefix program output with thread name when running with multiple threads ([#​157](https://togithub.com/mojohaus/exec-maven-plugin/pull/157)) [@​hankolerd](https://togithub.com/hankolerd)
- \[[#​389](https://togithub.com/mojohaus/exec-maven-plugin/issues/389)] Add option 'blockSystemExit' to 'java' mojo ([#​390](https://togithub.com/mojohaus/exec-maven-plugin/pull/390)) [@​kriegaex](https://togithub.com/kriegaex)
- Require Maven 3.6.3+ ([#​385](https://togithub.com/mojohaus/exec-maven-plugin/pull/385)) [@​slachiewicz](https://togithub.com/slachiewicz)
- Ensure maven.properties can be forwarded to system properties for exec:java ([#​346](https://togithub.com/mojohaus/exec-maven-plugin/pull/346)) [@​rmannibucau](https://togithub.com/rmannibucau)
##### 🐛 Bug Fixes
- Fix [#​158](https://togithub.com/mojohaus/exec-maven-plugin/issues/158) - Fix non ascii character handling ([#​372](https://togithub.com/mojohaus/exec-maven-plugin/pull/372)) [@​jebeaudet](https://togithub.com/jebeaudet)
- \[[#​323](https://togithub.com/mojohaus/exec-maven-plugin/issues/323)] exec arguments missing ([#​324](https://togithub.com/mojohaus/exec-maven-plugin/pull/324)) [@​bmarwell](https://togithub.com/bmarwell)
##### 📦 Dependency updates
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-module+mainclass ([#​382](https://togithub.com/mojohaus/exec-maven-plugin/pull/382)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-mainclass ([#​380](https://togithub.com/mojohaus/exec-maven-plugin/pull/380)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/java_module-export ([#​379](https://togithub.com/mojohaus/exec-maven-plugin/pull/379)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/longModulepath with spaces ([#​383](https://togithub.com/mojohaus/exec-maven-plugin/pull/383)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/projects/jigsaw ([#​381](https://togithub.com/mojohaus/exec-maven-plugin/pull/381)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.plexus:plexus-utils from 3.0.16 to 3.0.24 in /src/it/mrm/java_module ([#​378](https://togithub.com/mojohaus/exec-maven-plugin/pull/378)) [@​dependabot](https://togithub.com/dependabot)
- Bump org.codehaus.mojo:mojo-parent from 76 to 77 ([#​384](https://togithub.com/mojohaus/exec-maven-plugin/pull/384)) [@​dependabot](https://togithub.com/dependabot)
- Require Maven 3.6.3+ ([#​385](https://togithub.com/mojohaus/exec-maven-plugin/pull/385)) [@​slachiewicz](https://togithub.com/slachiewicz)
- Bump plexus-utils from 3.5.1 to 4.0.0 ([#​368](https://togithub.com/mojohaus/exec-maven-plugin/pull/368)) [@​dependabot](https://togithub.com/dependabot)
- Bump parent from 70 to 76 ([#​375](https://togithub.com/mojohaus/exec-maven-plugin/pull/375)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Bump groovy from 3.0.17 to 3.0.18 ([#​371](https://togithub.com/mojohaus/exec-maven-plugin/pull/371)) [@​dependabot](https://togithub.com/dependabot)
- Bump groovy from 3.0.16 to 3.0.17 ([#​365](https://togithub.com/mojohaus/exec-maven-plugin/pull/365)) [@​dependabot](https://togithub.com/dependabot)
- Bump groovy from 3.0.15 to 3.0.16 ([#​363](https://togithub.com/mojohaus/exec-maven-plugin/pull/363)) [@​dependabot](https://togithub.com/dependabot)
- Bump plexus-utils from 3.5.0 to 3.5.1 ([#​362](https://togithub.com/mojohaus/exec-maven-plugin/pull/362)) [@​dependabot](https://togithub.com/dependabot)
- Bump groovy from 3.0.14 to 3.0.15 ([#​361](https://togithub.com/mojohaus/exec-maven-plugin/pull/361)) [@​dependabot](https://togithub.com/dependabot)
- Bump groovy from 3.0.13 to 3.0.14 ([#​354](https://togithub.com/mojohaus/exec-maven-plugin/pull/354)) [@​dependabot](https://togithub.com/dependabot)
- Bump mockito-core from 4.9.0 to 4.11.0 ([#​355](https://togithub.com/mojohaus/exec-maven-plugin/pull/355)) [@​dependabot](https://togithub.com/dependabot)
- Bump mockito-core from 4.8.1 to 4.9.0 ([#​347](https://togithub.com/mojohaus/exec-maven-plugin/pull/347)) [@​dependabot](https://togithub.com/dependabot)
- Bump groovy from 3.0.12 to 3.0.13 ([#​340](https://togithub.com/mojohaus/exec-maven-plugin/pull/340)) [@​dependabot](https://togithub.com/dependabot)
- Bump plexus-utils from 3.4.2 to 3.5.0 ([#​343](https://togithub.com/mojohaus/exec-maven-plugin/pull/343)) [@​dependabot](https://togithub.com/dependabot)
- Bump mockito-core from 4.7.0 to 4.8.1 ([#​344](https://togithub.com/mojohaus/exec-maven-plugin/pull/344)) [@​dependabot](https://togithub.com/dependabot)
- Bump mojo-parent from 69 to 70 ([#​329](https://togithub.com/mojohaus/exec-maven-plugin/pull/329)) [@​dependabot](https://togithub.com/dependabot)
- Bump mockito-core from 4.6.1 to 4.7.0 ([#​330](https://togithub.com/mojohaus/exec-maven-plugin/pull/330)) [@​dependabot](https://togithub.com/dependabot)
- Bump groovy from 3.0.11 to 3.0.12 ([#​325](https://togithub.com/mojohaus/exec-maven-plugin/pull/325)) [@​dependabot](https://togithub.com/dependabot)
##### 👻 Maintenance
- Code cleanups - use newer JDK features ([#​396](https://togithub.com/mojohaus/exec-maven-plugin/pull/396)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Enable spotless for code formatting ([#​395](https://togithub.com/mojohaus/exec-maven-plugin/pull/395)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Require Maven 3.6.3+ ([#​385](https://togithub.com/mojohaus/exec-maven-plugin/pull/385)) [@​slachiewicz](https://togithub.com/slachiewicz)
- ITs cleanups ([#​374](https://togithub.com/mojohaus/exec-maven-plugin/pull/374)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Use Resolver Api for dependency resolving ([#​349](https://togithub.com/mojohaus/exec-maven-plugin/pull/349)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
##### 🔧 Build
- Workaround for concurrent access to local repository on Windows by ITs ([#​392](https://togithub.com/mojohaus/exec-maven-plugin/pull/392)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
- Use Maven 3.9.4, 3.8.8 in GitHub build ([#​377](https://togithub.com/mojohaus/exec-maven-plugin/pull/377)) [@​slawekjaranowski](https://togithub.com/slawekjaranowski)
</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://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->1 parent eff5df2 commit 0e44c98Copy full SHA for 0e44c98
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- samples/quickperf
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 |
| - | |
| 92 | + | |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
|
0 commit comments