We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb6eab6 + 41d526d commit b11f50fCopy full SHA for b11f50f
modules/solr/build.gradle
@@ -3,7 +3,7 @@ description = "Testcontainers :: Solr"
3
dependencies {
4
api project(':testcontainers')
5
// TODO use JDK's HTTP client and/or Apache HttpClient5
6
- shaded 'com.squareup.okhttp3:okhttp:4.12.0'
+ shaded 'com.squareup.okhttp3:okhttp:5.1.0'
7
8
testImplementation 'org.apache.solr:solr-solrj:8.11.4'
9
testImplementation 'org.assertj:assertj-core:3.27.3'
0 commit comments