Skip to content

Commit 20f69ba

Browse files
committed
Adopt respin for Titanium SR3
Include the controller-driven version upgrades. When at place also fix previous bump where odlparent was not finished properly. JIRA: LIGHTY-451 Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
1 parent ca0ac5a commit 20f69ba

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

lighty-core/dependency-versions/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
<dependency>
3535
<groupId>org.opendaylight.aaa</groupId>
3636
<artifactId>aaa-artifacts</artifactId>
37-
<version>0.21.5</version>
37+
<version>0.21.6</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.opendaylight.controller</groupId>
4343
<artifactId>controller-artifacts</artifactId>
44-
<version>11.0.5</version>
44+
<version>11.0.6</version>
4545
<type>pom</type>
4646
<scope>import</scope>
4747
</dependency>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.opendaylight.bgpcep</groupId>
7878
<artifactId>bgpcep-artifacts</artifactId>
79-
<version>0.23.3</version>
79+
<version>0.23.4</version>
8080
<type>pom</type>
8181
<scope>import</scope>
8282
</dependency>

lighty-core/lighty-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<dependency>
203203
<groupId>org.opendaylight.odlparent</groupId>
204204
<artifactId>checkstyle</artifactId>
205-
<version>14.1.3</version>
205+
<version>14.3.7</version>
206206
</dependency>
207207
</dependencies>
208208
</plugin>
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>org.opendaylight.odlparent</groupId>
221221
<artifactId>spotbugs</artifactId>
222-
<version>14.1.3</version>
222+
<version>14.3.7</version>
223223
</dependency>
224224
<!-- The SpotBugs Maven plugin uses SLF4J-2 -->
225225
<dependency>

0 commit comments

Comments
 (0)