From f23abbee1939bb253a502bbc715121dec6805bd5 Mon Sep 17 00:00:00 2001 From: Florian Hockmann Date: Wed, 4 Oct 2023 14:32:40 +0200 Subject: [PATCH] Update commons-compress to 1.24.0 This fixes a dependency convergence errors with testcontainers which for some reason only occurs on `v0.6` and prevents backporting the latest testcontainers update: ```sh [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message: Failed while enforcing RequireUpperBoundDeps. The error(s) are [ Require upper bound dependencies error for org.apache.commons:commons-compress:1.23.0 paths to dependency are: +-org.janusgraph:janusgraph-driver:0.6.4-SNAPSHOT +-org.testcontainers:testcontainers:1.19.1 +-org.apache.commons:commons-compress:1.23.0 (managed) <-- org.apache.commons:commons-compress:1.24.0 ] ``` Signed-off-by: Florian Hockmann --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 042f5581d7..3c3d8a488c 100644 --- a/pom.xml +++ b/pom.xml @@ -1052,7 +1052,7 @@ org.apache.commons commons-compress - 1.23.0 + 1.24.0 com.google.protobuf