Skip to content

Commit 4d587a0

Browse files
authored
build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.5.0 (#3427)
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.4.1` -> `3.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:exec-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:exec-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:exec-maven-plugin/3.4.1/3.5.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.4.1/3.5.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.5.0`](https://redirect.github.com/mojohaus/exec-maven-plugin/releases/tag/3.5.0) [Compare Source](https://redirect.github.com/mojohaus/exec-maven-plugin/compare/3.4.1...3.5.0) <!-- Optional: add a release summary here --> #### 🚀 New features and improvements - Add toolchain java path to environment variables in ExecMojo ([#&#8203;455](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/455)) [@&#8203;michalm2000](https://redirect.github.com/michalm2000) #### 🐛 Bug Fixes - [#&#8203;322](https://redirect.github.com/mojohaus/exec-maven-plugin/issues/322), enable to control the exec:java interaction with JVM classloader more finely ([#&#8203;337](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/337)) [@&#8203;rmannibucau](https://redirect.github.com/rmannibucau) #### 📦 Dependency updates - Bump org.codehaus.mojo:mojo-parent from 85 to 86 ([#&#8203;445](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/445)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/project6/project5lib ([#&#8203;451](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/451)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump asm.version from 9.7 to 9.7.1 ([#&#8203;452](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/452)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/it/projects/setup-parent ([#&#8203;450](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/450)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump commons-io:commons-io from 2.7 to 2.14.0 in /src/test/projects/project13 ([#&#8203;449](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/449)) [@&#8203;dependabot](https://redirect.github.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 ([#&#8203;447](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/447)) [@&#8203;dependabot](https://redirect.github.com/dependabot) #### 👻 Maintenance - Update site descriptor to 2.0.0 ([#&#8203;457](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/457)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Toolchains manual improvements ([#&#8203;456](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/456)) [@&#8203;slawekjaranowski](https://redirect.github.com/slawekjaranowski) - Manage version of maven-toolchains-plugin ([#&#8203;454](https://redirect.github.com/mojohaus/exec-maven-plugin/pull/454)) [@&#8203;slawekjaranowski](https://redirect.github.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://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/sdk-platform-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent dec5de0 commit 4d587a0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

java-shared-dependencies/dependency-analyzer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>org.codehaus.mojo</groupId>
2020
<artifactId>exec-maven-plugin</artifactId>
21-
<version>3.4.1</version>
21+
<version>3.5.0</version>
2222
<executions>
2323
<execution>
2424
<goals>

java-shared-dependencies/unmanaged-dependency-check/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.codehaus.mojo</groupId>
2424
<artifactId>exec-maven-plugin</artifactId>
25-
<version>3.4.1</version>
25+
<version>3.5.0</version>
2626
<executions>
2727
<execution>
2828
<goals>

showcase/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.codehaus.mojo</groupId>
143143
<artifactId>exec-maven-plugin</artifactId>
144-
<version>3.4.1</version>
144+
<version>3.5.0</version>
145145
<inherited>false</inherited>
146146
<executions>
147147
<execution>
@@ -169,7 +169,7 @@
169169
<plugin>
170170
<groupId>org.codehaus.mojo</groupId>
171171
<artifactId>exec-maven-plugin</artifactId>
172-
<version>3.4.1</version>
172+
<version>3.5.0</version>
173173
<inherited>false</inherited>
174174
<executions>
175175
<execution>

0 commit comments

Comments
 (0)