Skip to content

Commit f50fb4a

Browse files
authored
Update build.gradle
Rollback spring-data-elasticsearch from 3.4.0 to 5.3.5 due to incompatibility
1 parent 3600f9c commit f50fb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
implementation "org.springframework.boot:spring-boot-starter-mail"
6161
implementation "org.springframework.boot:spring-boot-starter-security"
6262
implementation "org.springframework.boot:spring-boot-starter-actuator"
63-
implementation 'org.springframework.data:spring-data-elasticsearch:5.4.0'
63+
implementation 'org.springframework.data:spring-data-elasticsearch:5.3.6'
6464

6565
implementation "org.springframework:spring-messaging:6.2.0"
6666

0 commit comments

Comments
 (0)