This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit fce80c4500f01d0e92df2e083e883d216ed94468 Author: Michael Blow <[email protected]> AuthorDate: Fri Jan 9 20:27:28 2026 -0500 [NO ISSUE][*DB][EXT] Advance msgpack-core to 0.9.11 Ext-ref: MB-70074 Change-Id: I339c2345e5a30c47b981f4942676b76cb7644afc Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20784 Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- asterixdb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 38dc089989..76b0b3275a 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -1696,7 +1696,7 @@ <dependency> <groupId>org.msgpack</groupId> <artifactId>msgpack-core</artifactId> - <version>0.8.20</version> + <version>0.9.11</version> </dependency> <dependency> <groupId>org.apache.parquet</groupId>
