apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 139 forks source link

review test dependency overrides associated with docker-java #1317

Open pjfanning opened 4 months ago

pjfanning commented 4 months ago

Unfortunately, docker-java has a lot of outdated dependencies - many with CVEs.

https://mvnrepository.com/artifact/com.github.docker-java/docker-java/3.3.6

If and when we uptake a new docker-java, we can review if we still need some or all of our sbt dependency overrides associated with docker-java. See https://github.com/apache/pekko/pull/1313 for an example.