janwesterkamp commented on issue #5690: URL: https://github.com/apache/camel-quarkus/issues/5690#issuecomment-1936034266
> ``` > 3.14.9 > ``` > true. > > ``` > <dependency> > <groupId>com.squareup.okhttp3</groupId> > <artifactId>okhttp</artifactId> > <version>3.14.9</version> > </dependency> > ``` > > is working for me on Quarkus 3.7.1 This is working for me on Quarkus 3.7.2 too. Another potential workaround is downgrading to Quarkus 3.6.9 simply, which does not require overwrites. BTW, I checked also overwrinting/updating the MinIO version to 8.5.7, but this version requires an okhttp version of 4.11+. When testing this with 4.11.0 and 4.12.0 the error (`Caused by: java.lang.NoSuchFieldError: Class okio.Options does not have member field 'okio.Options$Companion Companion'`) shows up again. -- 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