[axis-axis2-java-core] branch master updated (61c58e2 -> 1aac3e9)

2021-06-05 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git.


from 61c58e2  Bump gson from 2.8.6 to 2.8.7
 add 1aac3e9  Bump mockito-core from 3.10.0 to 3.11.0

No new revisions were added by this update.

Summary of changes:
 modules/jaxws/pom.xml | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[axis-axis2-java-core] branch master updated: Ignore commons-io 2.9.0 because of IO-734

2021-06-05 Thread veithen
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"