diff options
author | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:26:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:26:49 -0400 |
commit | 2141b8be6683e3f925e59373b08b7d6630cd2486 (patch) | |
tree | 7448c4375e0476afffedce5fd0ddd62f0bf59aa8 /dependencies-odl-bom | |
parent | e718a166dadeca3e606386da1720313d8d71119f (diff) |
Upgrade to Argon SR2
Upgrade from ODL Argon SR1 to SR2
Issue-ID: CCSDK-3944
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia9d50432bae0c98a4d7e7101e1cc9c7228b9589b
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 821c94dc..3bd0460b 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -51,21 +51,21 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>7.0.6</version> + <version>7.0.9</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>11.0.9</version> + <version>11.0.12</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>5.0.6</version> + <version>5.0.7</version> <type>pom</type> <scope>import</scope> </dependency> |