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 10e4fa4d9 Ignores incompatible dependencies with Struts 6.x (#1526)
10e4fa4d9 is described below
commit 10e4fa4d9fa2fcc62e7cd21f5d591ef519300af2
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Jan 14 19:55:25 2026 +0100
Ignores incompatible dependencies with Struts 6.x (#1526)
---
.github/dependabot.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7164ae723..e091842cf 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,3 +22,7 @@ updates:
- dependency-name: "javax.servlet:javax.servlet-api"
- dependency-name: "javax.servlet.jsp:jsp-api"
- dependency-name: "org.mortbay.jetty:jsp-2.1"
+ - dependency-name: "ognl:ognl"
+ - dependency-name: "org.hibernate.validator:hibernate-validator"
+ - dependency-name: "org.testng:testng"
+ - dependency-name: "org.mockito:mockito-core"