We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e1fdf commit 11f7becCopy full SHA for 11f7bec
spring-boot-project/spring-boot-autoconfigure/build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
classifier = 'jakarta'
98
}
99
100
- optional("org.elasticsearch.client:elasticsearch-rest-client") {
+ optional("org.elasticsearch.client:elasticsearch-rest-client:8.17.2") {
101
exclude group: "commons-logging", module: "commons-logging"
102
103
optional("org.elasticsearch.client:elasticsearch-rest-client-sniffer") {
0 commit comments