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

Commit 8e70b93

Browse files
committed
upgraded to lettusearch 2.3.0
1 parent 10d3801 commit 8e70b93

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
plugins {
2-
id 'com.github.ben-manes.versions' version '0.28.0'
3-
id 'com.github.breadmoirai.github-release' version '2.2.12'
4-
id 'com.jfrog.bintray' version '1.8.5'
2+
id 'org.springframework.boot' version '2.3.0.RELEASE'
53
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
64
id 'java'
75
id 'java-library'
86
id 'maven-publish'
7+
id 'com.github.ben-manes.versions' version '0.28.0'
8+
id 'com.github.breadmoirai.github-release' version '2.2.12'
9+
id 'com.jfrog.bintray' version '1.8.5'
910
id 'net.researchgate.release' version '2.8.1'
10-
id 'org.springframework.boot' version '2.2.6.RELEASE'
1111
}
1212

1313
group = 'com.redislabs'
@@ -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.1.0'
35+
api 'com.redislabs:lettusearch:2.3.0'
3636
api 'org.apache.commons:commons-pool2'
3737
compileOnly 'org.projectlombok:lombok'
3838
annotationProcessor 'org.projectlombok:lombok'
@@ -49,7 +49,7 @@ bintray {
4949
publish = true
5050
pkg {
5151
repo = 'maven'
52-
name = 'com.redislabs:spring-redisearch'
52+
name = 'spring-redisearch'
5353
licenses = ['Apache-2.0']
5454
vcsUrl = 'https://github.com/RediSearch/spring-redisearch.git'
5555
version {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.1.1
1+
version=2.2.1
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
#Mon Jun 08 15:51:24 PDT 2020
2+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
13
distributionBase=GRADLE_USER_HOME
24
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
4-
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6+
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)