Skip to content

Commit 11f7bec

Browse files
committed
Upgrade Elasticsearch Client to version 8.17.2
1 parent f0e1fdf commit 11f7bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ dependencies {
9797
classifier = 'jakarta'
9898
}
9999
}
100-
optional("org.elasticsearch.client:elasticsearch-rest-client") {
100+
optional("org.elasticsearch.client:elasticsearch-rest-client:8.17.2") {
101101
exclude group: "commons-logging", module: "commons-logging"
102102
}
103103
optional("org.elasticsearch.client:elasticsearch-rest-client-sniffer") {

0 commit comments

Comments
 (0)