Update parent poms for Argon release
[ccsdk/parent.git] / odlparent / mdsal-it-parent / pom.xml
index baf6831..6edae8e 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-it-parent</artifactId>
-        <version>6.0.5</version>
+        <version>7.0.6</version>
         <relativePath/>
     </parent>
 
         <logging-analytics.version>1.6.9</logging-analytics.version>
 
         <!-- CCSDK component versions -->
-        <ccsdk.cds.version>(1.4.99999, 1.5.99999-SNAPSHOT]</ccsdk.cds.version>
-        <ccsdk.features.version>(1.4.99999, 1.5.99999-SNAPSHOT]</ccsdk.features.version>
-        <ccsdk.distribution.version>(1.4.99999, 1.5.99999-SNAPSHOT]</ccsdk.distribution.version>
-        <ccsdk.sli.version>(1.5.99999, 1.6.99999-SNAPSHOT]</ccsdk.sli.version>
+        <ccsdk.cds.version>(1.5.99999, 1.6.99999-SNAPSHOT]</ccsdk.cds.version>
+        <ccsdk.features.version>(1.5.99999, 1.6.99999-SNAPSHOT]</ccsdk.features.version>
+        <ccsdk.distribution.version>(1.5.99999, 1.6.99999-SNAPSHOT]</ccsdk.distribution.version>
+        <ccsdk.sli.version>(1.6.99999, 1.7.99999-SNAPSHOT]</ccsdk.sli.version>
         <ccsdk.sli.core.version>${ccsdk.sli.version}</ccsdk.sli.core.version>
         <ccsdk.sli.adaptors.version>${ccsdk.sli.version}</ccsdk.sli.adaptors.version>
         <ccsdk.sli.northbound.version>${ccsdk.sli.version}</ccsdk.sli.northbound.version>
         <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version>
 
         <!-- Support libraries used by OpenDaylight -->
-        <odl.controller.mdsal.version>10.0.5</odl.controller.mdsal.version>
-        <odl.mdsal.version>11.0.3</odl.mdsal.version>
-        <odl.mdsal.model.version>11.0.3</odl.mdsal.model.version>
-        <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version>
-        <odl.netconf.restconf.version>10.0.5</odl.netconf.restconf.version>
-        <odl.netconf.netconf.version>10.0.5</odl.netconf.netconf.version>
-        <odl.netconf.sal.rest.docgen.version>10.0.5</odl.netconf.sal.rest.docgen.version>
+        <odl.mdsal.version>11.0.9</odl.mdsal.version>
+        <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version>
+        <odl.mdsal.generator.version>11.0.9</odl.mdsal.generator.version>
+        <odl.netconf.restconf.version>5.0.6</odl.netconf.restconf.version>
+        <odl.netconf.netconf.version>5.0.6</odl.netconf.netconf.version>
+        <odl.netconf.sal.rest.docgen.version>5.0.6</odl.netconf.sal.rest.docgen.version>
 
         <!-- Used by aaa, vtn -->
         <commons.codec.version>1.15</commons.codec.version>
         <!-- Used by aaa -->
         <felix.dependencymanager.version>4.4.1</felix.dependencymanager.version>
         <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn -->
-        <gson.version>2.10</gson.version>
+        <gson.version>2.10.1</gson.version>
         <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp -->
         <guava.version>31.1-jre</guava.version>
         <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all,
             integration/distribution, snmp4sdn, toolkit, ttp -->
-        <jackson.version>2.13.4</jackson.version>
+        <jackson.version>2.14.2</jackson.version>
         <!-- Used by snmp4sdn, yangtools -->
         <javassist.version>3.29.2-GA</javassist.version>
 
         <!-- FIXME remove all dependencies for jersey 1.17 after migration all projects -->
         <!-- Used by aaa, alto, netconf, neutron, sfc; see also affinity, defense4all, snmp4sdn, toolkit -->
-        <jersey.version>2.37</jersey.version>
+        <jersey.version>2.39.1</jersey.version>
         <!-- Used by sfc -->
-        <jersey.client.version>2.37</jersey.client.version>
+        <jersey.client.version>2.39.1</jersey.client.version>
 
         <!-- Used everywhere -->
         <junit.version>4.13.2</junit.version>
         <!-- Used by nic, sfc, sxp, tsdr -->
         <mockito.version>3.12.4</mockito.version>
         <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit -->
-        <netty.version>4.1.84.Final</netty.version>
+        <netty.version>4.1.91.Final</netty.version>
         <!-- Used by openflowjava, persistence, sfc, snmp4sdn, sxp; see also affinity, toolkit -->
         <slf4j.version>1.7.32</slf4j.version>
         <!-- Used in integration/distribution; see also affinity, snmp4sdn, toolkit, tsdr, ttp -->
 
         <!-- Extra support libraries used by SDN-C -->
         <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version>
-        <antlr.version>4.8-1</antlr.version>
+        <antlr.version>4.12.0</antlr.version>
+        <antlr4.version>4.12.0</antlr4.version>
+
 
         <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
 
                 <artifactId>logging-filter-base</artifactId>
                 <version>${logging-analytics.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.antlr</groupId>
+                <artifactId>antlr4-runtime</artifactId>
+                <version>${antlr.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.antlr</groupId>
+                <artifactId>antlr4</artifactId>
+                <version>${antlr.version}</version>
+            </dependency>
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>