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 36c6e1bdb8 Update dependabot.yml
36c6e1bdb8 is described below
commit 36c6e1bdb87c0eaeea9ece8160ee1a0092c1b43f
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Oct 27 10:01:11 2024 +0000
Update dependabot.yml
Remove restriction on the Spring framework version; we are already using
version 6.
---
.github/dependabot.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 0a84b87ba2..7aff1d6c28 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,10 +29,6 @@ updates:
- dependency-name: "org.apache.maven.plugins:maven-plugin-plugin"
versions:
- "3.6.2"
- # Spring 6 requires Java 17
- - dependency-name: "org.springframework:*"
- versions:
- - ">= 6.0.0"
open-pull-requests-limit: 15
- package-ecosystem: "github-actions"
directory: "/"