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 97d06c5 Skip maven-plugin-plugin 3.6.2 97d06c5 is described below commit 97d06c560993a9ea4ac9c60504f4c19c0f24b7dd Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sat Dec 18 14:31:48 2021 +0000 Skip maven-plugin-plugin 3.6.2 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b2d9b7..5d84972 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -57,4 +57,7 @@ updates: versions: ">= 3.0" # Don't upgrade Rhino unless somebody is willing to figure out the necessary code changes. - dependency-name: "rhino:js" + # maven-plugin-plugin 3.6.2 is affected by MPLUGIN-384 + - dependency-name: "org.apache.maven.plugins:maven-plugin-plugin" + versions: "3.6.2" open-pull-requests-limit: 15