Skip to content

Commit

Permalink
chore(deps): bump apache-sshd from 2.11.0 to 2.12.0 (#996)
Browse files Browse the repository at this point in the history
* 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](apache/mina-sshd@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](apache/mina-sshd@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] <[email protected]>

* chore: dependencies file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Enrico Risa <[email protected]>
  • Loading branch information
dependabot[bot] and wolf4ood authored Jan 23, 2024
1 parent b2dfe62 commit 3f4a0b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3f4a0b6

Please sign in to comment.