diff --git a/modules/solr/build.gradle b/modules/solr/build.gradle index 8d9397cd299..f4ac079772d 100644 --- a/modules/solr/build.gradle +++ b/modules/solr/build.gradle @@ -5,7 +5,7 @@ dependencies { // TODO use JDK's HTTP client and/or Apache HttpClient5 shaded 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'org.apache.solr:solr-solrj:8.11.3' + testImplementation 'org.apache.solr:solr-solrj:8.11.4' testImplementation 'org.assertj:assertj-core:3.27.3' }