Release netconf
[netconf.git] / third-party / shaded-sshd-jar / pom.xml
index 3646230c7a01ee26f5c4ee04f725ffe2b9a852ae..a5df691252cd760181ad4382874f29d9178f8f1d 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>13.0.1</version>
+        <version>13.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>shaded-sshd-jar</artifactId>
     <packaging>jar</packaging>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>7.0.4</version>
     <name>${project.artifactId}</name>
 
     <properties>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-osgi</artifactId>
-            <version>2.10.0</version>
+            <version>2.12.1</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-netty</artifactId>
-            <version>2.10.0</version>
+            <version>2.12.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sshd</groupId>