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 08:59:23 -0500 |
commit | 4f503927eb4a2d709e8ee91bad0d3adbaaeaf20a (patch) | |
tree | 4f0289771a0b2d04864eea1eca64943c39016a3f /dependencies-odl-bom/pom.xml | |
parent | 6e684c14c6c0f70ffef2fe1cfe952130bbd0cb8e (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>
Diffstat (limited to 'dependencies-odl-bom/pom.xml')
-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 4afde5bf..357d9538 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> |