This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 59173d477b Bump org.apache.sshd:sshd-core from 1.2.0 to 2.7.0 in
/gogo/jline (#280)
59173d477b is described below
commit 59173d477b7c7b3fd44d3ba1e1690330452a8954
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 09:21:38 2024 +0200
Bump org.apache.sshd:sshd-core from 1.2.0 to 2.7.0 in /gogo/jline (#280)
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from
1.2.0 to 2.7.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-1.2.0...sshd-2.7.0)
---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
gogo/jline/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gogo/jline/pom.xml b/gogo/jline/pom.xml
index 9056afba83..c4590ef4fa 100644
--- a/gogo/jline/pom.xml
+++ b/gogo/jline/pom.xml
@@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>1.2.0</version>
+ <version>2.7.0</version>
<optional>true</optional>
<scope>test</scope>
</dependency>