Skip to content

Commit bee79af

Browse files
authored
build(deps): update dependency org.codehaus.mojo:exec-maven-plugin to v3.3.0 (#3124)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.2.0` -> `3.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:exec-maven-plugin/3.3.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.3.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.2.0/3.3.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.2.0/3.3.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.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 ([#&#8203;61](https://togithub.com/mojohaus/exec-maven-plugin/pull/61)) [@&#8203;rehevkor5](https://togithub.com/rehevkor5) #### 📦 Dependency updates - Bump org.codehaus.mojo:mojo-parent from 80 to 82 ([#&#8203;429](https://togithub.com/mojohaus/exec-maven-plugin/pull/429)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 ([#&#8203;424](https://togithub.com/mojohaus/exec-maven-plugin/pull/424)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump asm.version from 9.6 to 9.7 ([#&#8203;422](https://togithub.com/mojohaus/exec-maven-plugin/pull/422)) [@&#8203;dependabot](https://togithub.com/dependabot) - Bump apache/maven-gh-actions-shared from 3 to 4 ([#&#8203;420](https://togithub.com/mojohaus/exec-maven-plugin/pull/420)) [@&#8203;dependabot](https://togithub.com/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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
1 parent 36b5340 commit bee79af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.codehaus.mojo</groupId>
135135
<artifactId>exec-maven-plugin</artifactId>
136-
<version>3.2.0</version>
136+
<version>3.3.0</version>
137137
<configuration>
138138
<mainClass>com.google.cloud.spanner.benchmark.LatencyBenchmark</mainClass>
139139
<cleanupDaemonThreads>false</cleanupDaemonThreads>

0 commit comments

Comments
 (0)