We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97d322 commit 25deba9Copy full SHA for 25deba9
build.gradle
@@ -79,7 +79,7 @@ dependencies {
79
implementation "org.springframework.boot:spring-boot-starter-security"
80
implementation "org.springframework.boot:spring-boot-starter-actuator"
81
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
82
- implementation 'org.springframework.data:spring-data-elasticsearch:5.5.5'
+ implementation 'org.springframework.data:spring-data-elasticsearch:6.0.0'
83
84
85
// springdoc
0 commit comments