This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/dependabot-spring-exclusion
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 1eae40b8177a86f639cb950442157184092e7d54
Author: Lukasz Lenart <[email protected]>
AuthorDate: Sat Feb 21 09:48:48 2026 +0100

    ci: use wildcard to exclude all Spring dependencies from 6.x updates
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <[email protected]>
---
 .github/dependabot.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 62a6e10b3..2c7b69fbe 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,7 +29,7 @@ updates:
       - dependency-name: "opensymphony:sitemesh"
       - dependency-name: "net.sf.jasperreports:jasperreports"
       - dependency-name: "javax.enterprise:cdi-api"
-      - dependency-name: "org.springframework:spring-core"
+      - dependency-name: "org.springframework:*"
       - dependency-name: "org.apache.struts:struts-annotations"
       - dependency-name: "org.apache.juneau:juneau-marshall"
       - dependency-name: "org.apache.tomcat:tomcat-api"

Reply via email to