This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
commit 1bf013c886beb4513f06735fa393ab357e32404a Author: Thomas Wolf <[email protected]> AuthorDate: Sat Oct 11 17:56:45 2025 +0200 [releng] Exclude spring-integration from dependabot updates Spring 6 needs Java 17+. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ea443414..84361bf88 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,6 +27,8 @@ updates: versions: [">= 6.0.0"] - dependency-name: "org.springframework:spring-framework-bom" versions: [">= 6.0.0"] + - dependency-name: "org.springframework.integration:spring-integration-bom" + versions: [">= 6.0.0"] - dependency-name: "org.eclipse.jgit:*" versions: [ ">= 6.0.0" ] - dependency-name: "org.mockito:*"
