strimzi / kafka-kubernetes-config-provider

Kubernetes Configuration Provider for Apache Kafka®
Apache License 2.0
25 stars 12 forks source link

Update Fabric8 to 6.0.0 #11

Closed scholzj closed 2 years ago

scholzj commented 2 years ago

This PR updates the Fabric8 dependency to 6.0.0. It does not require any changes in the code or tests. But apart from staying up-to-date with the Fabric8 library, it removes some dependencies such as com.github.mifmif:generex and dk.brics.automaton:automaton.

It also bumps the Kafka depndency to Kafka 3.2.1. This does not impact any code either. Kafka is provided dependency, so this update is more formal rather than meaning anything. But might help for example with security scanners which might not completely understand how Kafka is used here.