Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> (cherry picked from commit f23abbe)
- Loading branch information