This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 6a9b461984 Limit Plexus Utils to version 3.x
6a9b461984 is described below
commit 6a9b461984509f1821ef6adfa9e7d90a95e5999f
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Dec 4 10:54:21 2023 +0100
Limit Plexus Utils to version 3.x
---
.github/dependabot.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 78fdbd9377..249e6a7cd2 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -89,6 +89,9 @@ updates:
# Slf4j Extensions contain a breaking change in 1.7.26
- dependency-name: "org.slf4j:slf4j-ext"
versions: ["1.7.26,)"]
+ # Plexus Utils 4.x are for Maven 4.x
+ - dependency-name: "org.codehaus.plexus:plexus-utils"
+ versions: ["4,)"]
- package-ecosystem: github-actions
directory: "/"
@@ -144,6 +147,9 @@ updates:
# Slf4j Extensions contain a breaking change in 1.7.26
- dependency-name: "org.slf4j:slf4j-ext"
versions: ["1.7.26,)"]
+ # Plexus Utils 4.x are for Maven 4.x
+ - dependency-name: "org.codehaus.plexus:plexus-utils"
+ versions: ["4,)"]
- package-ecosystem: github-actions
directory: "/"