From 3f4a0b6423f56e145ec8d2679d9ee1681a705fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 16:30:55 +0100 Subject: [PATCH] chore(deps): bump apache-sshd from 2.11.0 to 2.12.0 (#996) * chore(deps): bump apache-sshd from 2.11.0 to 2.12.0 Bumps `apache-sshd` from 2.11.0 to 2.12.0. Updates `org.apache.sshd:sshd-core` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/apache/mina-sshd/releases) - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md) - [Commits](https://github.com/apache/mina-sshd/compare/sshd-2.11.0...sshd-2.12.0) Updates `org.apache.sshd:sshd-sftp` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/apache/mina-sshd/releases) - [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md) - [Commits](https://github.com/apache/mina-sshd/compare/sshd-2.11.0...sshd-2.12.0) --- updated-dependencies: - dependency-name: org.apache.sshd:sshd-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.sshd:sshd-sftp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: dependencies file --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Enrico Risa --- DEPENDENCIES | 6 +++--- gradle/libs.versions.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPENDENCIES b/DEPENDENCIES index 3c645ec0b..50f11f670 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -211,9 +211,9 @@ maven/mavencentral/org.apache.groovy/groovy/4.0.16, Apache-2.0 AND BSD-3-Clause maven/mavencentral/org.apache.httpcomponents/httpclient/4.5.13, Apache-2.0 AND LicenseRef-Public-Domain, approved, CQ23527 maven/mavencentral/org.apache.httpcomponents/httpcore/4.4.13, Apache-2.0, approved, CQ23528 maven/mavencentral/org.apache.httpcomponents/httpmime/4.5.13, Apache-2.0, approved, CQ11718 -maven/mavencentral/org.apache.sshd/sshd-common/2.11.0, Apache-2.0 AND ISC, approved, #11101 -maven/mavencentral/org.apache.sshd/sshd-core/2.11.0, Apache-2.0, approved, #11100 -maven/mavencentral/org.apache.sshd/sshd-sftp/2.11.0, Apache-2.0, approved, #11103 +maven/mavencentral/org.apache.sshd/sshd-common/2.12.0, Apache-2.0 AND ISC, approved, #12842 +maven/mavencentral/org.apache.sshd/sshd-core/2.12.0, Apache-2.0, approved, #12841 +maven/mavencentral/org.apache.sshd/sshd-sftp/2.12.0, Apache-2.0, approved, #12840 maven/mavencentral/org.apiguardian/apiguardian-api/1.1.2, Apache-2.0, approved, clearlydefined maven/mavencentral/org.assertj/assertj-core/3.24.2, Apache-2.0, approved, #6161 maven/mavencentral/org.assertj/assertj-core/3.25.1, Apache-2.0, approved, #12585 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3fc605319..fcb6511f7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ mockwebserver = "5.0.0-alpha.12" bouncyCastle-jdk18on = "1.77" mockito = "5.2.0" restAssured = "5.4.0" -apache-sshd = "2.11.0" +apache-sshd = "2.12.0" testcontainers = "1.19.3" aws = "2.23.8" rsApi = "3.1.0"