diff --git a/modules/solr/build.gradle b/modules/solr/build.gradle index 857280d082b..85c6e02954e 100644 --- a/modules/solr/build.gradle +++ b/modules/solr/build.gradle @@ -3,7 +3,7 @@ description = "Testcontainers :: Solr" dependencies { api project(':testcontainers') // TODO use JDK's HTTP client and/or Apache HttpClient5 - shaded 'com.squareup.okhttp3:okhttp:4.10.0' + shaded 'com.squareup.okhttp3:okhttp:4.11.0' testImplementation 'org.apache.solr:solr-solrj:8.11.2' testImplementation 'org.assertj:assertj-core:3.24.2'