janjwerner-confluent commented on code in PR #15449:
URL: https://github.com/apache/druid/pull/15449#discussion_r1424237289
##########
extensions-core/protobuf-extensions/pom.xml:
##########
@@ -45,6 +46,20 @@
</repository>
</repositories>
+ <dependencyManagement>
+ <dependencies>
+ <!-- This is an indirect dependency of kafka-protobuf-provider
+ update to address vulnerability in transitive dependency okio -->
+ <dependency>
+ <groupId>com.squareup.okio</groupId>
+ <artifactId>okio</artifactId>
+ <version>${okio.version}</version>
+ <scope>provided</scope>
Review Comment:
ok, following your suggested change.
--
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]