Hi team, We are encountering the ```incompatible``` issue due to Spring Boot 3.5.x are using ```kafka-clients:3.9.1```. https://docs.spring.io/spring-boot/appendix/dependency-versions/coordinates.html I've known that the latest [0.5.3.3](https://github.com/confluentinc/parallel-consumer/blob/master/CHANGELOG.adoc#0-5-3-3) version of ```parallel-consumer-core``` supports ```kafka-clients:3.9.0```. So I want to give it a try. But seems there is only version ```0.5.3.2``` in Maven repos: 1. https://central.sonatype.com/artifact/io.confluent.parallelconsumer/parallel-consumer-core 2. https://mvnrepository.com/artifact/io.confluent.parallelconsumer/parallel-consumer-core # My environment * Spring Boot 3.5.4 * Java 17 # My question: > May I know how to get the latest version ```0.5.3.3``` ? Thank you in advance. <br /> Regards, Viva