Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 8300dab

Browse files
committed
upgraded to lettusearch 2.1.0
1 parent e6b1842 commit 8300dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.github.ben-manes.versions' version '0.28.0'
33
id 'com.github.breadmoirai.github-release' version '2.2.12'
4-
id 'com.jfrog.bintray' version '1.8.4'
4+
id 'com.jfrog.bintray' version '1.8.5'
55
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
66
id 'java'
77
id 'java-library'
@@ -32,7 +32,7 @@ jar {
3232
dependencies {
3333
implementation 'org.springframework.boot:spring-boot-starter'
3434
implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
35-
api 'com.redislabs:lettusearch:2.0.1'
35+
api 'com.redislabs:lettusearch:2.1.0'
3636
api 'org.apache.commons:commons-pool2'
3737
compileOnly 'org.projectlombok:lombok'
3838
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)