Skip to content

Commit

Permalink
Bump org.apache.sshd:sshd-core from 2.10.0 to 2.11.0 (#328)
Browse files Browse the repository at this point in the history
Bumps [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.10.0...sshd-2.11.0)

---
updated-dependencies:
- dependency-name: org.apache.sshd:sshd-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: François Onimus <[email protected]>
  • Loading branch information
dependabot[bot] and fonimus authored Nov 25, 2023
1 parent 213a444 commit 88ad8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!--dependencies-->
<spring-boot.version>3.2.0</spring-boot.version>
<spring-boot.version>3.1.5</spring-boot.version>
<spring-shell.version>3.1.5</spring-shell.version>
<sshd.version>2.10.0</sshd.version>
<sshd.version>2.11.0</sshd.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<!--sonar-->
<sonar.projectKey>fonimus_ssh-shell-spring-boot</sonar.projectKey>
Expand Down

0 comments on commit 88ad8ee

Please sign in to comment.