This is an automated email from the ASF dual-hosted git repository.
mridulpathak pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 63fa0ed993 Bump org.apache.sshd:sshd-core from 2.17.1 to 2.19.0
63fa0ed993 is described below
commit 63fa0ed993662efa02f2a845ab7ff881dd3a2d1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 08:54:26 2026 +0000
Bump org.apache.sshd:sshd-core from 2.17.1 to 2.19.0
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from
2.17.1 to 2.19.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.17.1...sshd-2.19.0)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
dependency-version: 2.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
dependencies.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 8a974e6050..1a5ff811d7 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -52,8 +52,8 @@ dependencies {
implementation 'org.apache.pdfbox:pdfbox:2.0.37' // 3.0.1 does not compile
implementation 'org.apache.shiro:shiro-core:1.13.0'
implementation 'org.apache.shiro:shiro-crypto-cipher:2.1.0'
- implementation 'org.apache.sshd:sshd-core:2.17.1'
- implementation 'org.apache.sshd:sshd-sftp:2.17.1'
+ implementation 'org.apache.sshd:sshd-core:2.19.0'
+ implementation 'org.apache.sshd:sshd-sftp:2.19.0'
implementation 'org.apache.tika:tika-core:2.9.4'
implementation 'org.apache.tika:tika-parsers:2.9.4'
implementation 'org.apache.tika:tika-parser-pdf-module:2.9.4'