From 614f149a6bd05ac97cdaa4b51fc2221d57d4f804 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:19:53 +0000 Subject: [PATCH] Bump org.apache.sshd:sshd-sftp from 2.12.0 to 2.12.1 Bumps [org.apache.sshd:sshd-sftp](https://github.com/apache/mina-sshd) from 2.12.0 to 2.12.1. - [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.12.0...sshd-2.12.1) --- 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 49260e636e6..1eb95c95484 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ ext { } modifiedFiles.finalizeValueOnRead() - apacheSshdVersion = '2.12.0' + apacheSshdVersion = '2.12.1' artemisVersion = '2.32.0' aspectjVersion = '1.9.21.1' assertjVersion = '3.25.3'