Replies: 2 comments 11 replies
-
Spring versioning rules do not allow us to change minor versions of dependencies in a patch release. The documentation shows how to override the dependency (3.5.1 is now available). See https://docs.spring.io/spring-kafka/docs/current/reference/html/#update-deps When upgrading one version, you must upgrade them all; when you use Boot's dependency management, that will happen automatically, because Boot uses |
Beta Was this translation helpful? Give feedback.
-
Hi, I have upgraded to 3.5.1, but in EmbeddedKafkaBroker they still call test utils from kafka_2.13:3.3.2, is there a workaround ? I cannot just exclude 3.3.2 because otherwise, test utils is no more defined |
Beta Was this translation helpful? Give feedback.
-
Hi,
I've recently bumped into an issue trying to upgrade to kafka client 3.4.1 with spring boot 3.1.1, it appears that the spring-kafka-test dependency still uses kafka-client 3.3.2. Is there an upgrade already scheduled ?
Best
Beta Was this translation helpful? Give feedback.
All reactions