From 2a723a1bc2a380049dfd313727e99d3d9003bf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:03:31 -0400 Subject: [PATCH] Bump org.apache.sshd:sshd-sftp from 2.13.1 to 2.13.2 (#9366) Bumps [org.apache.sshd:sshd-sftp](https://github.com/apache/mina-sshd) from 2.13.1 to 2.13.2. - [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.13.1...sshd-2.13.2) --- updated-dependencies: - dependency-name: org.apache.sshd:sshd-sftp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8637f634ff..852c9abc7a 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ ext { } modifiedFiles.finalizeValueOnRead() - apacheSshdVersion = '2.13.1' + apacheSshdVersion = '2.13.2' artemisVersion = '2.35.0' aspectjVersion = '1.9.22.1' assertjVersion = '3.26.3'