This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new 3679361bf Excludes some dependencies from upgrade in 6.x (#1541)
3679361bf is described below
commit 3679361bf3657b0cac23c2a546df343a5a2d3489
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Jan 20 13:36:16 2026 +0100
Excludes some dependencies from upgrade in 6.x (#1541)
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 962f11721..46dbdede0 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -29,3 +29,6 @@ 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.apache.struts:struts-annotations"
+ - dependency-name: "org.apache.juneau:juneau-marshall"