diff options
Diffstat (limited to 'odlparent/binding-parent/pom.xml')
-rw-r--r-- | odlparent/binding-parent/pom.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index cac2d48e..e7f9da77 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.opendaylight.mdsal</groupId> <artifactId>binding-parent</artifactId> - <version>11.0.12</version> + <version>12.0.4</version> <relativePath/> </parent> @@ -111,17 +111,17 @@ <sdnctl.slipluginutils.version>${ccsdk.sli.version}</sdnctl.slipluginutils.version> <!-- Support libraries used by OpenDaylight --> - <odl.mdsal.version>11.0.9</odl.mdsal.version> - <odl.mdsal.model.version>11.0.9</odl.mdsal.model.version> + <odl.mdsal.version>13.0.10</odl.mdsal.version> + <odl.mdsal.model.version>13.0.10</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> + <odl.netconf.restconf.version>12.0.4</odl.netconf.restconf.version> + <odl.netconf.netconf.version>12.0.4</odl.netconf.netconf.version> + <odl.netconf.sal.rest.docgen.version>12.0.4</odl.netconf.sal.rest.docgen.version> <!-- Used by aaa, vtn --> <commons.codec.version>1.15</commons.codec.version> <!-- Used by netconf, ovsdb --> - <commons.lang3.version>3.12.0</commons.lang3.version> + <commons.lang3.version>3.14.0</commons.lang3.version> <!-- Used by sfc, snmp4sdn; see also affinity, toolkit --> <commons.lang.version>2.6</commons.lang.version> <!-- Used by neutron; see also controller, vtn --> @@ -133,27 +133,27 @@ <!-- Used by lacp, netconf, ovsdb, sfc, toolkit; see also vtn --> <gson.version>2.10.1</gson.version> <!-- Used by aaa, dlux, persistence, snmp4sdn, sxp --> - <guava.version>31.1-jre</guava.version> + <guava.version>32.1.3-jre</guava.version> <!-- Used by aaa, alto, netconf, ovsdb, sfc; see also affinity, defense4all, integration/distribution, snmp4sdn, toolkit, ttp --> - <jackson.version>2.14.2</jackson.version> + <jackson.version>2.15.3</jackson.version> <!-- Used by snmp4sdn, yangtools --> - <javassist.version>3.29.2-GA</javassist.version> + <javassist.version>3.30.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.39.1</jersey.version> + <jersey.version>2.41</jersey.version> <!-- Used by sfc --> - <jersey.client.version>2.39.1</jersey.client.version> + <jersey.client.version>2.41</jersey.client.version> <!-- Used everywhere --> <junit.version>4.13.2</junit.version> <!-- Used by coretutorials, sfc, snmp4sdn, sxp; see also affinity, toolkit --> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.12</logback.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.91.Final</netty.version> + <netty.version>4.1.104.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 --> @@ -175,7 +175,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.49.v20220914</jetty.version> + <jetty.version>9.4.52.v20230823</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> |