vert-x3 / vertx-kafka-client

Reactive Kafka Client for Vert.x
Apache License 2.0
84 stars 82 forks source link

Upgrade kafka-clients from 3.5.0 to 3.6.0 fixing snappy vulnerabilities #257

Closed julianladisch closed 4 months ago

julianladisch commented 9 months ago

The kafka-clients upgrade indirectly upgrades snappy-java from 1.1.10.0 to 1.1.10.4 fixing these snappy-java vulnerablities:

kafka-clients 3.6.0 requires to bump the test dependency debezium from 2.1.4.Final to 2.5.0.Alpha2.

julianladisch commented 4 months ago

Closing. Replaced by #265