Skip to content

Commit

Permalink
dependency updates:
Browse files Browse the repository at this point in the history
* update sshd-core to 2.9.2
* remove commons-net dependency which is no longer needed

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Dec 6, 2022
1 parent 40983c2 commit 8f007e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
9 changes: 1 addition & 8 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<akka-stream-kafka.version>3.0.1</akka-stream-kafka.version>
<kafka-client.version>3.0.2</kafka-client.version>
<hivemq-mqtt-client.version>1.3.0</hivemq-mqtt-client.version>
<sshd.version>2.9.0</sshd.version>
<sshd.version>2.9.2</sshd.version>
<eddsa.version>0.3.0</eddsa.version>
<lz4-java.version>1.8.0</lz4-java.version>

Expand All @@ -59,7 +59,6 @@
<reactive-streams.version>1.0.4</reactive-streams.version>
<netty-bom.version>4.1.82.Final</netty-bom.version>
<cloudevents.version>2.3.0</cloudevents.version>
<commons-net.version>3.8.0</commons-net.version>

<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.11</logback.version>
Expand Down Expand Up @@ -264,12 +263,6 @@
<version>${cloudevents.version}</version>
</dependency>

<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>${commons-net.version}</version>
</dependency>

<!-- ### Indirect "runtime" dependencies we want to pin to a common version -->
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down
4 changes: 0 additions & 4 deletions connectivity/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-jms-client</artifactId>
</dependency>
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
</dependency>
<dependency>
<groupId>com.hivemq</groupId>
<artifactId>hivemq-mqtt-client</artifactId>
Expand Down

0 comments on commit 8f007e5

Please sign in to comment.