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 43c61ba Ignore commons-io 2.9.0 because of IO-734
43c61ba is described below
commit 43c61ba908a6d9af492a8aa2631aa1844672576e
Author: Andreas Veithen
AuthorDate: Sat Jun 5 20:06:32 2021 +0100
Ignore commons-io 2.9.0 because of IO-734
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a749875..1b2d9b7 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -30,6 +30,9 @@ updates:
versions: ">= 2.0"
- dependency-name: "com.sun.xml.ws:*"
versions: ">= 3.0"
+ # IO-734
+ - dependency-name: "commons-io:commons-io"
+versions: "2.9.0"
- dependency-name: "jakarta.activation:jakarta.activation-api"
versions: ">= 1.2.2"
- dependency-name: "jakarta.servlet.jsp:jakarta.servlet.jsp-api"