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 8d1b22a97d Don't upgrade to Spring 6 8d1b22a97d is described below commit 8d1b22a97dd0d92880e862d5f917a7ff13ed33ca Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Thu Nov 17 23:23:16 2022 +0000 Don't upgrade to Spring 6 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 779a991de1..07770f4872 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -76,4 +76,8 @@ updates: - dependency-name: "org.apache.maven.plugins:maven-plugin-plugin" versions: - "3.6.2" + # Spring 6 requires Java 17 + - dependency-name: "org.springframework:*" + versions: + - ">= 6.0.0" open-pull-requests-limit: 15