This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new a5b43783f2 Remove Dependabot restrictions on Jetty versions a5b43783f2 is described below commit a5b43783f2994d03da9073c5c9cebd73836e4a30 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Mar 24 11:17:27 2024 +0000 Remove Dependabot restrictions on Jetty versions --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebde2a27ef..917ca60f83 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -58,9 +58,6 @@ updates: # Embedding Qpid is a pain and APIs have changed a lot over time. We don't try to keep up with # these changes. It's only used for integration tests anyway. - dependency-name: "org.apache.qpid:*" - - dependency-name: "org.eclipse.jetty:*" - versions: - - ">= 11.0" - dependency-name: "org.glassfish.jaxb:*" versions: - ">= 3.0"