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 6671523714fbaab257141bfbc3b81e6cf269018f Author: Michael Blow <[email protected]> AuthorDate: Thu Oct 5 09:49:19 2023 -0400 [NO ISSUE][*DB] Update commons-compress to 1.24.0 Change-Id: I7ed996c571afae39ff7e968b92c316b4582e261e Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17845 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Reviewed-by: Hussain Towaileb <[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 dee21dcf13..ca3314e683 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -1233,7 +1233,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-compress</artifactId> - <version>1.22</version> + <version>1.24.0</version> </dependency> <dependency> <groupId>commons-logging</groupId>
