Bump scala-java8-compat_2.13 to 1.0.2 92/99292/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Jan 2022 10:23:18 +0000 (11:23 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 13 Jan 2022 11:11:42 +0000 (12:11 +0100)
Akka 2.6.16+ is using version 1.0.0, and they are binary compatible,
let's make sure we align to a newer version as well.

https://github.com/scala/scala-java8-compat/releases/tag/v1.0.0
https://github.com/scala/scala-java8-compat/releases/tag/v1.0.1
https://github.com/scala/scala-java8-compat/releases/tag/v1.0.2

Change-Id: I6c5f21c296dae9ca7236487e460755f0ef3e7622
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 1289583f253ffb7547cd3998650afc6a9124ea7a)

bundle-parent/pom.xml
features/odl-controller-scala/src/main/history/dependencies.xml

index efa61d4e545b7a7c4ad844a0ca959a06bf83ea57..704bad4cb3ebe8c5677947cbd888970ec1f47022 100644 (file)
@@ -44,7 +44,7 @@
             <dependency>
                 <groupId>org.scala-lang.modules</groupId>
                 <artifactId>scala-java8-compat_2.13</artifactId>
-                <version>0.9.1</version>
+                <version>1.0.2</version>
             </dependency>
             <dependency>
                 <groupId>org.scala-lang.modules</groupId>
index e090f676e17f9b049f9adb0f0b3d1e43804f4da6..b4469d23d0ab3f48886ea7c18ccdd7fe913dad76 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="odl-controller-scala">
     <feature version="0.0.0">
-        <bundle>mvn:org.scala-lang.modules/scala-java8-compat_2.13/0.9.1</bundle>
+        <bundle>mvn:org.scala-lang.modules/scala-java8-compat_2.13/1.0.2</bundle>
         <bundle>mvn:org.scala-lang.modules/scala-parser-combinators_2.13/1.1.2</bundle>
         <bundle>mvn:org.scala-lang/scala-library/2.13.8</bundle>
         <bundle>mvn:org.scala-lang/scala-reflect/2.13.8</bundle>