This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch ranger-2.5 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit b892e6e1747e10ab415f47de119e71dc07031811 Author: Grzegorz KokosiĆski <[email protected]> AuthorDate: Thu Jul 11 20:28:58 2024 +0200 RANGER-4729: Update commons-compress to 1.26.2 - #2 Signed-off-by: Madhan Neethiraj <[email protected]> (cherry picked from commit cf29e10a84cd1c9d35ab90d431426852399e9bf7) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a1fdd55bc..29347f402 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ <commons.cli.version>1.2</commons.cli.version> <commons.codec.version>1.15</commons.codec.version> <commons.collections.version>3.2.2</commons.collections.version> - <commons.compress.version>1.26.0</commons.compress.version> + <commons.compress.version>1.26.2</commons.compress.version> <commons.configuration1.version>1.10</commons.configuration1.version> <commons.configuration.version>2.8.0</commons.configuration.version> <commons.dbcp.version>1.4</commons.dbcp.version>
