From a2388a6d490810a492002e2a1f29d559481afcc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 7 Sep 2026 21:11:40 +0200 Subject: [PATCH] Upgrade to msgpack 0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #3077 signed-off-by: Aurélien Pupier --- common/pom.xml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index dada2a90ac0..e228e3b93c7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -54,7 +54,7 @@ org.msgpack - msgpack + msgpack-core diff --git a/pom.xml b/pom.xml index 90d833ccd2c..d603dbb6425 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,7 @@ 4.2.19 5.23.0 5.5.1 - 0.6.6 + 0.9.12 15.4 2.0.65.Final @@ -1032,7 +1032,7 @@ org.msgpack - msgpack + msgpack-core ${msgpack.version}