We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf41ed commit 831a207Copy full SHA for 831a207
build.gradle
@@ -185,7 +185,7 @@ dependencies {
185
exclude group: 'commons-collections', module: 'commons-collections'
186
}
187
188
- implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '8.18.1'
+ implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '9.0.1'
189
190
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.11'
191
implementation group: 'io.github.openfeign.form', name: 'feign-form', version: '3.8.0'
0 commit comments