Skip to content

Commit

Permalink
update sshd-common version
Browse files Browse the repository at this point in the history
  • Loading branch information
ungreat committed Jan 24, 2025
1 parent d0ecb2e commit 2357735
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<commons-codec.version>1.15</commons-codec.version>
<registry-prometheus.version>1.9.5</registry-prometheus.version>
<actuator.version>2.7.12</actuator.version>
<sshd-common.version>2.9.2</sshd-common.version>
</properties>

<dependencyManagement>
Expand All @@ -181,6 +182,12 @@
<version>${registry-prometheus.version}</version>
</dependency>

<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-common</artifactId>
<version>${sshd-common.version}</version>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions server/odc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-messaging</artifactId>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-common</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
Expand Down

0 comments on commit 2357735

Please sign in to comment.