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

Commit 832291e

Browse files
committed
upgraded to lettusearch 1.1.9 and spring boot 2.1.4
1 parent ca5284c commit 832291e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.1.2.RELEASE</version>
8+
<version>2.1.4.RELEASE</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.redislabs</groupId>
5757
<artifactId>lettusearch</artifactId>
58-
<version>1.1.1</version>
58+
<version>1.1.9</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.springframework.boot</groupId>
@@ -86,7 +86,6 @@
8686
<serverId>ossrh</serverId>
8787
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
8888
<autoReleaseAfterClose>true</autoReleaseAfterClose>
89-
<tagNameFormat>v@{project.version}</tagNameFormat>
9089
</configuration>
9190
</plugin>
9291
<plugin>

src/main/java/com/redislabs/springredisearch/RediSearchConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class RediSearchConfiguration {
3737
private String password;
3838
private Duration timeout;
3939
private Pool pool;
40-
40+
4141
@Bean(destroyMethod = "shutdown")
4242
ClientResources clientResources() {
4343
return DefaultClientResources.create();

0 commit comments

Comments
 (0)