diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 20:39:34 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 20:44:02 -0400 |
commit | 7fb88326062bdd7669a5e765e033639a0664ccfc (patch) | |
tree | a7f9d6ee29ea912a1071e3abf2e2a64ea964bfc9 /dependencies-odl-bom | |
parent | b5628bd6e1bd8bf35b70d7ca5e8f7eb81df6e6ce (diff) |
Further changes as per silicon-sr1
Issue-ID: CCSDK-3365
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I01aebff10d73cda54eccbbd497f6a642be2fc482
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index adc904e7..c31b2323 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent</artifactId> - <version>8.1.1</version> + <version>8.1.2</version> <relativePath/> </parent> @@ -44,40 +44,40 @@ <dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-artifacts</artifactId> - <version>0.15.0</version> + <version>0.15.1</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>3.0.7</version> + <version>3.0.8</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>7.0.6</version> + <version>7.0.7</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>1.13.1</version> + <version>1.13.2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.13.1</version> + <version>1.13.2</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.13.1</version> + <version>1.13.2</version> <type>test-jar</type> <classifier>tests</classifier> <scope>test</scope> @@ -85,7 +85,7 @@ <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-test-model</artifactId> - <version>1.13.1</version> + <version>1.13.2</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> |