From f760720728030c1c8c970f30851d52b95dd2e00e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 24 Apr 2022 14:45:36 +0200 Subject: [PATCH] Bump atomix to 3.1.12 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 --- opendaylight/md-sal/sal-akka-segmented-journal/pom.xml | 4 ++-- opendaylight/md-sal/sal-distributed-datastore/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml index 4276aa7f41..0734e51920 100644 --- a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml +++ b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml @@ -56,13 +56,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.atomix atomix-storage - 3.1.5 + 3.1.12 provided io.atomix atomix-utils - 3.1.5 + 3.1.12 provided diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 64d04934b1..11b85ac782 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -161,13 +161,13 @@ io.atomix atomix-storage - 3.1.5 + 3.1.12 test io.atomix atomix-utils - 3.1.5 + 3.1.12 test -- 2.36.6