Rework KeepaliveTask lifecycle
[netconf.git] / netconf / shaded-sshd-jar / pom.xml
index 4764a0f4a1f8b446bfcc147a07fc7889ad087890..d7f9dd2c8652242f8d85ceee466e42aad87bc64b 100644 (file)
@@ -20,7 +20,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>4.0.4-SNAPSHOT</version>
+    <version>5.0.0-SNAPSHOT</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.9.1</version>
+            <version>2.9.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.9.1</version>
+            <version>2.9.2</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>