Bump atomix to 3.1.12 98/100598/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 24 Apr 2022 12:45:36 +0000 (14:45 +0200)
committerRobert Varga <nite@hq.sk>
Sun, 24 Apr 2022 13:37:38 +0000 (13:37 +0000)
I could not find any release notes, so all we have is
https://github.com/atomix/atomix/compare/atomix-3.1.5...atomix-3.1.12

Of that only
https://github.com/atomix/atomix/commit/4a65503db2c810df7aa9f9b1dc0aec4debe21380
seems relevant.

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

opendaylight/md-sal/sal-akka-segmented-journal/pom.xml
opendaylight/md-sal/sal-distributed-datastore/pom.xml

index fd3c62a39448d6f060af86dbd5c37ec70fc66d60..d9b3ac45de2f84bac5358917a7e5e89bc8c47757 100644 (file)
@@ -56,13 +56,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix-storage</artifactId>
-            <version>3.1.5</version>
+            <version>3.1.12</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix-utils</artifactId>
-            <version>3.1.5</version>
+            <version>3.1.12</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
index 283a3f329ddf139beb1afd1b8814a5dfe365dd12..b4f3509c9e98c806979c7c2ad2181eca6c4fcb0f 100644 (file)
     <dependency>
       <groupId>io.atomix</groupId>
       <artifactId>atomix-storage</artifactId>
-      <version>3.1.5</version>
+      <version>3.1.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>io.atomix</groupId>
       <artifactId>atomix-utils</artifactId>
-      <version>3.1.5</version>
+      <version>3.1.12</version>
       <scope>test</scope>
     </dependency>
     <dependency>