xvrl commented on code in PR #15449:
URL: https://github.com/apache/druid/pull/15449#discussion_r1424132990


##########
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:
   right, which is why we shouldn't need to override the scope again here, 
otherwise if the scope is different in one of the transitive dependencies it 
would get overridden by what is specified here



-- 
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]

Reply via email to