ppalaga commented on a change in pull request #2879: URL: https://github.com/apache/camel-quarkus/pull/2879#discussion_r666974334
########## File path: pom.xml ########## @@ -101,7 +101,7 @@ <netty3.version>${netty3-version}</netty3.version><!-- Spark --> <minio.version>${minio-version}</minio.version><!-- Keep in sync with quarkiverse-minio and Camel, preferring Camel assuming that it is more likely to be up to date --> <mvel2.version>${mvel-version}</mvel2.version> - <nimbus-jose-jwt.version>4.41.1</nimbus-jose-jwt.version><!-- Mess in hdfs transitive deps --> + <nimbus-jose-jwt.version>9.10</nimbus-jose-jwt.version><!-- It's placed here because of mess in hdfs transitive deps, please upgrade when it's possible --> Review comment: I thought `io.strimzi:kafka-oauth-client` would be managed in Quarkus BOM, but it is not. It it was managed there, we could use our tooling to keep our `nimbus-jose-jwt.version` in sync with theirs https://github.com/strimzi/strimzi-kafka-oauth/blob/main/pom.xml#L90 I wonder how much sense would it make for quarkus to manage `io.strimzi:kafka-oauth-client`. WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org