diff options
author | Michael DÜrre <michael.duerre@highstreet-technologies.com> | 2021-10-29 07:53:09 +0200 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-11-11 15:37:31 +0000 |
commit | 481335c487089e48382c715545b95cc6eda646b6 (patch) | |
tree | c76b4fea32a482e28c1f533e12f5ae00a0b703bb /dependencies-odl-bom | |
parent | 46924b2f435f3c64149d66bf2d51a4787eef7840 (diff) |
migrate parents to silicon-sr2
migrate odl parents to sr2
Issue-ID: CCSDK-3513
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: I735537fa3b432f818f2dab19fca59c3b13612bce
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
(cherry picked from commit 4f503927eb4a2d709e8ee91bad0d3adbaaeaf20a)
Diffstat (limited to 'dependencies-odl-bom')
-rw-r--r-- | dependencies-odl-bom/pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 948a5c8f..be38320f 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -44,40 +44,40 @@ <dependency> <groupId>org.opendaylight.bgpcep</groupId> <artifactId>bgp-artifacts</artifactId> - <version>0.15.1</version> + <version>0.15.2</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>controller-artifacts</artifactId> - <version>3.0.8</version> + <version>3.0.10</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.mdsal</groupId> <artifactId>mdsal-artifacts</artifactId> - <version>7.0.7</version> + <version>7.0.9</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> <artifactId>netconf-artifacts</artifactId> - <version>1.13.2</version> + <version>1.13.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.13.2</version> + <version>1.13.4</version> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal-binding-broker-impl</artifactId> - <version>1.13.2</version> + <version>1.13.4</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.2</version> + <version>1.13.4</version> </dependency> <dependency> <groupId>org.java-websocket</groupId> @@ -173,12 +173,12 @@ <dependency> <groupId>com.highstreet-technologies.aaa</groupId> <artifactId>aaa-shiro</artifactId> - <version>0.13.3</version> + <version>0.13.5</version> </dependency> <dependency> <groupId>com.highstreet-technologies.opendaylight</groupId> <artifactId>odl-ready</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> </dependency> <dependency> <groupId>com.auth0</groupId> |