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 113c41bc Ignore plexus-xml 4.x updates for 1.9.x 113c41bc is described below commit 113c41bc698a5f3bb8d74d39d063d4f72ca41281 Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Apr 25 23:37:29 2025 +0200 Ignore plexus-xml 4.x updates for 1.9.x --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16bfef4b..edda2803 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -36,6 +36,8 @@ updates: versions: [ "[7.0.0,)" ] - dependency-name: "com.hazelcast:hazelcast" versions: [ "[5.4.0,)" ] + - dependency-name: " org.codehaus.plexus:plexus-xml" + versions: [ "[4.0.0,)" ] - dependency-name: "org.eclipse.jetty:*" versions: [ "[10.0.0,)" ] - dependency-name: "org.mockito:mockito-core"