Bump scala-java8-compat_2.13 to 1.0.2 86/99286/2
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 10:33:45 +0000 (11:33 +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>
bundle-parent/pom.xml
features/odl-controller-scala/src/main/history/dependencies.xml

index 520e0f9786cbeab896bdd087c73d8a4d2e0f9499..d2d9e0c27cc8b3e5b81805a92d03a2cbf00b62e6 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>