From 7e0543835b814dc669af536c08b330068ccbfe97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 00:38:59 +0000 Subject: [PATCH] Bump org.apache.sshd:sshd-sftp from 2.13.1 to 2.13.2 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8637f634ff3..852c9abc7a6 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'