This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/com/redislabs/springredisearch Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
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 >
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 >
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments