This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git
The following commit(s) were added to refs/heads/master by this push:
new a183ebcb Ignore plexus-xml 4.x updates for 1.9.x - fix
a183ebcb is described below
commit a183ebcbad904927b693c0bce3a7cc7a31699e61
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Apr 25 23:46:10 2025 +0200
Ignore plexus-xml 4.x updates for 1.9.x - fix
---
.github/dependabot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index edda2803..1bf32c37 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -36,7 +36,7 @@ updates:
versions: [ "[7.0.0,)" ]
- dependency-name: "com.hazelcast:hazelcast"
versions: [ "[5.4.0,)" ]
- - dependency-name: " org.codehaus.plexus:plexus-xml"
+ - dependency-name: "org.codehaus.plexus:plexus-xml"
versions: [ "[4.0.0,)" ]
- dependency-name: "org.eclipse.jetty:*"
versions: [ "[10.0.0,)" ]