xvrl commented on code in PR #15441: URL: https://github.com/apache/druid/pull/15441#discussion_r1408646669
########## licenses.yaml: ########## @@ -3184,7 +3184,7 @@ libraries: --- name: Kafka clients -version: 5.5.12-ccs +version: 7.0.11-ccs Review Comment: looks like this might need to be updated? I'm seeing license check failures: ``` Error: found 3 missing licenses. These licenses are reported, but missing in the registry druid_module: protobuf-extensions, groupId: io.confluent, artifactId: kafka-schema-registry-client, version: 6.2.12, license: Apache License version 2.0 druid_module: protobuf-extensions, groupId: io.confluent, artifactId: common-utils, version: 6.2.12, license: Apache License version 2.0 druid_module: protobuf-extensions, groupId: org.apache.kafka, artifactId: kafka-clients, version: 6.2.12-ccs, license: Apache License version 2.0 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
