jamesnetherton commented on issue #5690:
URL: https://github.com/apache/camel-quarkus/issues/5690#issuecomment-1923229544

   > because we manage `com.squareup.okio:okio` with `1.17.5` which looks like 
inherried from `camel`.
   
   Ok, so it can be overridden.
   
   ```xml
   <dependency>
     <groupId>com.squareup.okio</groupId>
     <artifactId>okio</artifactId>
     <version>2.7.0</version>
   </dependency>
   ```


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

Reply via email to