From 6d11b042f3f14548b8f025c93ac299180a793557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:20:01 +0530 Subject: [PATCH] Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 (#181) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 3.4.1 to 3.5.0.
Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.mojo:exec-maven-plugin&package-manager=maven&previous-version=3.4.1&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- natives/linux-aarch64/pom.xml | 2 +- natives/linux-armv7/pom.xml | 2 +- natives/linux-ppc64le/pom.xml | 2 +- natives/linux-riscv64/pom.xml | 2 +- natives/linux-s390x/pom.xml | 2 +- natives/linux-x86_64/pom.xml | 2 +- natives/osx-aarch64/pom.xml | 2 +- natives/osx-x86_64/pom.xml | 2 +- natives/windows-aarch64/pom.xml | 2 +- natives/windows-x86_64/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/natives/linux-aarch64/pom.xml b/natives/linux-aarch64/pom.xml index 1ee8e4c0..02a0bd10 100644 --- a/natives/linux-aarch64/pom.xml +++ b/natives/linux-aarch64/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/linux-armv7/pom.xml b/natives/linux-armv7/pom.xml index 75473a00..da1ad9a6 100644 --- a/natives/linux-armv7/pom.xml +++ b/natives/linux-armv7/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/linux-ppc64le/pom.xml b/natives/linux-ppc64le/pom.xml index 841240bc..a2485ca2 100644 --- a/natives/linux-ppc64le/pom.xml +++ b/natives/linux-ppc64le/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/linux-riscv64/pom.xml b/natives/linux-riscv64/pom.xml index b3f61183..ceece967 100644 --- a/natives/linux-riscv64/pom.xml +++ b/natives/linux-riscv64/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/linux-s390x/pom.xml b/natives/linux-s390x/pom.xml index 70a67e34..c65bc9b5 100644 --- a/natives/linux-s390x/pom.xml +++ b/natives/linux-s390x/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/linux-x86_64/pom.xml b/natives/linux-x86_64/pom.xml index 583e198e..7b6e3bfb 100644 --- a/natives/linux-x86_64/pom.xml +++ b/natives/linux-x86_64/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/osx-aarch64/pom.xml b/natives/osx-aarch64/pom.xml index ed99fab8..b1044b35 100644 --- a/natives/osx-aarch64/pom.xml +++ b/natives/osx-aarch64/pom.xml @@ -84,7 +84,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/osx-x86_64/pom.xml b/natives/osx-x86_64/pom.xml index 1716ff5f..df010843 100644 --- a/natives/osx-x86_64/pom.xml +++ b/natives/osx-x86_64/pom.xml @@ -84,7 +84,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 build-native diff --git a/natives/windows-aarch64/pom.xml b/natives/windows-aarch64/pom.xml index a7d61794..216a6e1e 100644 --- a/natives/windows-aarch64/pom.xml +++ b/natives/windows-aarch64/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 Execute-Native-Compile diff --git a/natives/windows-x86_64/pom.xml b/natives/windows-x86_64/pom.xml index e367fce7..b6316347 100644 --- a/natives/windows-x86_64/pom.xml +++ b/natives/windows-x86_64/pom.xml @@ -83,7 +83,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.1 + 3.5.0 Execute-Native-Compile