Skip to content

Commit

Permalink
Update commons-compress to 1.24.0
Browse files Browse the repository at this point in the history
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 <fh@florian-hockmann.de>
  • Loading branch information
FlorianHockmann committed Oct 4, 2023
1 parent 555abf1 commit c5abd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

0 comments on commit c5abd19

Please sign in to comment.