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

   > I'm a little bit confuse that which version is working?
   
   It should be `4.8.1`. 
   
   https://github.com/minio/minio-java/blob/8.2.2/build.gradle#L56
   
   I suppose that's what is used when the tests run, else they should fail.
   
   > the version is `3.14.9`
   
   The SBOM also thinks it should be `3.14.9`:
   
   ```
       {
         "ref" : "pkg:maven/io.minio/minio@8.2.2?type=jar",
         "dependsOn" : [
           
"pkg:maven/com.carrotsearch.thirdparty/simple-xml-safe@2.7.1?type=jar",
           "pkg:maven/com.google.guava/guava@33.0.0-jre?type=jar",
           "pkg:maven/com.squareup.okhttp3/okhttp@3.14.9?type=jar",
           
"pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.16.1?type=jar",
           "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.16.1?type=jar",
           
"pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.16.1?type=jar"
         ]
       },
   ```
   
   I guess the bottom line is we (or Camel) need to manage the okhttp version 
somewhere.


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