diff options
Diffstat (limited to 'odlparent/bundle-parent/pom.xml')
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 34 |
1 files changed, 14 insertions, 20 deletions
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 4310c307..ba7ea19f 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>bundle-parent</artifactId> - <version>10.0.2</version> + <version>11.0.3</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>9.0.4</odl.controller.mdsal.version> - <odl.mdsal.version>10.0.2</odl.mdsal.version> - <odl.mdsal.model.version>10.0.2</odl.mdsal.model.version> + <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>9.0.4</odl.netconf.restconf.version> - <odl.netconf.netconf.version>9.0.4</odl.netconf.netconf.version> - <odl.netconf.sal.rest.docgen.version>9.0.4</odl.netconf.sal.rest.docgen.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> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> @@ -132,25 +132,20 @@ <!-- 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.9.0</gson.version> + <gson.version>2.10</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.2</jackson.version> + <jackson.version>2.13.4</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.28.0-GA</javassist.version> + <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.27</jersey.version> + <jersey.version>2.37</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.27</jersey.client.version> - - <!-- New packages for jersey migration 1.17 to 2.8 --> - <!-- appache.geronimo.bundle for DocGen --> - <!-- Used by aaa, iotdm, netconf, ovsdb, sfc --> - <org.json.version>20131018</org.json.version> + <jersey.client.version>2.37</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> @@ -159,7 +154,7 @@ <!-- 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.76.Final</netty.version> + <netty.version>4.1.84.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 --> @@ -167,7 +162,6 @@ <!-- Extra support libraries used by SDN-C --> <jvnet.jaxb2.version>0.6.4</jvnet.jaxb2.version> - <jaxb-api.version>2.3.3</jaxb-api.version> <antlr.version>4.8-1</antlr.version> <eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version> @@ -180,7 +174,7 @@ <grpc.version>1.21.1</grpc.version> <log4j.version>2.17.1</log4j.version> <log4j2.version>2.17.1</log4j2.version> - <jetty.version>9.4.46.v20220331</jetty.version> + <jetty.version>9.4.49.v20220914</jetty.version> <mariadb.connector.version>2.7.5</mariadb.connector.version> <mariadb4j.version>2.4.0</mariadb4j.version> <testng.version>6.14.3</testng.version> |