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`.