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

Commit 560ab23

Browse files
committed
upgraded to lettusearch 3.0.1
1 parent d99229b commit 560ab23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.4.1'
3-
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
2+
id 'org.springframework.boot' version '2.4.3'
3+
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
55
id 'distribution'
66
id 'java-library'
77
id 'java-library-distribution'
88
id 'maven-publish'
99
id 'net.researchgate.release' version '2.8.1'
10-
id 'com.github.ben-manes.versions' version '0.36.0'
10+
id 'com.github.ben-manes.versions' version '0.38.0'
1111
id 'com.github.breadmoirai.github-release' version '2.2.12'
1212
id 'com.jfrog.bintray' version '1.8.5'
1313
}
@@ -40,7 +40,7 @@ dependencies {
4040
implementation ('org.springframework.boot:spring-boot-starter') {
4141
exclude group: 'io.lettuce', module: 'lettuce-core'
4242
}
43-
api 'com.redislabs:lettusearch:2.5.0'
43+
api 'com.redislabs:lettusearch:3.0.1'
4444
api 'org.apache.commons:commons-pool2'
4545
compileOnly 'org.projectlombok:lombok'
4646
annotationProcessor 'org.projectlombok:lombok'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)