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 9395eb960 build(deps): excludes upgrading Tomcat 11 libraries (#1559)
9395eb960 is described below
commit 9395eb9600cf9242666ea965a7b167d5154150de
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Jan 28 07:15:15 2026 +0100
build(deps): excludes upgrading Tomcat 11 libraries (#1559)
---
.github/dependabot.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index ea0d1fa6a..62a6e10b3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -33,3 +33,5 @@ updates:
- dependency-name: "org.apache.struts:struts-annotations"
- dependency-name: "org.apache.juneau:juneau-marshall"
- dependency-name: "org.apache.tomcat:tomcat-api"
+ - dependency-name: "org.apache.tomcat:tomcat-juli"
+ - dependency-name: "org.apache.tomcat:tomcat-jasper"