diff options
Diffstat (limited to 'odlparent/feature-repo-parent/pom.xml')
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index 099a1900..0069ada2 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>9.0.8</version> + <version>10.0.0</version> <relativePath/> </parent> @@ -111,13 +111,13 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.controller.mdsal.version>8.0.7</odl.controller.mdsal.version> - <odl.mdsal.version>9.0.8</odl.mdsal.version> - <odl.mdsal.model.version>9.0.8</odl.mdsal.model.version> + <odl.controller.mdsal.version>9.0.2</odl.controller.mdsal.version> + <odl.mdsal.version>10.0.0</odl.mdsal.version> + <odl.mdsal.model.version>10.0.0</odl.mdsal.model.version> <odl.mdsal.generator.version>8.0.5</odl.mdsal.generator.version> - <odl.netconf.restconf.version>8.0.7</odl.netconf.restconf.version> - <odl.netconf.netconf.version>8.0.7</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>8.0.7</odl.netconf.sal.rest.docgen.version> + <odl.netconf.restconf.version>9.0.2</odl.netconf.restconf.version> + <odl.netconf.netconf.version>9.0.2</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>9.0.2</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,14 +132,14 @@ <!-- 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.8.8</gson.version> + <gson.version>2.9.0</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>30.1.1-jre</guava.version> + <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.12.5</jackson.version> + <jackson.version>2.12.6</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.27.0-GA</javassist.version> + <javassist.version>3.28.0-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 --> @@ -159,7 +159,7 @@ <!-- Used by nic, sfc, sxp, tsdr --> <mockito.version>3.3.3</mockito.version> <!-- Used by bgpcep, netconf, ovsdb, sxp; see also opendove, toolkit --> - <netty.version>4.1.69.Final</netty.version> + <netty.version>4.1.74.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 --> |