From 3e08f9230c163a948563e31242a300c5c3d2961b Mon Sep 17 00:00:00 2001 From: Andrew Purtell Date: Thu, 23 Mar 2023 13:05:55 -0700 Subject: [PATCH] HBASE-27744 Update compression dependencies (#5137) Update compression codec dependencies: - aircompressor 0.21 -> 0.24 - brotli4j 1.8.0 -> 1.11.0 - snappy 1.1.8.4 -> 1.1.9.1 - zstd-jni 1.5.0-4 -> 1.5.4-2 and add a new supplemental model for new brotli4j dependency. Signed-off-by: Nick Dimiduk Signed-off-by: Duo Zhang --- .../src/main/resources/supplemental-models.xml | 13 +++++++++++++ pom.xml | 8 ++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml index 4a14fa135ac..dd60a7ddc1f 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -2403,6 +2403,19 @@ Copyright (c) 2007-2017 The JRuby project + + + com.aayushatharva.brotli4j + service + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + com.aayushatharva.brotli4j diff --git a/pom.xml b/pom.xml index 25a390d1ec4..b06df7e541a 100644 --- a/pom.xml +++ b/pom.xml @@ -880,12 +880,12 @@ 2.27.2 3.12.0 - 0.21 - 1.8.0 + 0.24 + 1.11.0 1.8.0 - 1.1.8.4 + 1.1.9.1 1.9 - 1.5.0-4 + 1.5.4-2 4.1.4 0.8.8