Confluentinc/cp-kafka-connect:7.9.0 version compatibility issue

Dear Confluent Community Support Team,

Currently, we are doing version upgrade for apache camel salesforce kafka connector. We are upgrading confluentinc/cp-kafka-connect from 6.0.0 to 7.9.0 and camel-salesforce from 3.21.0 to 4.11.0.

We are getting below authentication issue.
java.lang.NoClassDefFoundError: org/eclipse/jetty/client/Authentication

This issue is because of the version mismatch of Jetty jars. confluentinc/cp-kafka-connect 7.9.0 uses jetty 9.x.x while camel-salesforce 4.11.0 uses Jetty 12.0.14.

I exclude all the jetty jars from camel-salesforce 4.11.0 and manually added jetty 9.x.x (same as confluentinc/cp-kafka-connect 7.9.0 jetty version), but still the getting the same issue.

Could you please help to resolve the issue?