Files
spring-pulsar/spring-pulsar-test
Chris Bono be2e60c853 Override commons-compress version to 1.26.1 (#629)
The `spring-pulsar-test` module has a dependency on
`org.testcontainers:testcontainers:1.19.7` which transitively brings
in `org.apache.commons:commons-compress:1.24.0` with its 2 CVEs.

In order to rid the `spring-pulsar-test` module from these piggy-backed
CVEs, this commit excludes `commons-compress` from the testcontainers
dependencies and includes `commons-compress:1.26.1`.
2024-04-01 00:37:36 -05:00
..