Release netconf
[netconf.git] / third-party / shaded-sshd-jar / pom.xml
index 8f8092d8300f75f7c002a7f2ff4d47bda063f4dc..9f3b8e0dabf4872dd3d2eb3206ecf57924cf2984 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.6</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.2</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>