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

Commit 7c097e8

Browse files
author
jruaux
committed
upgraded dependencies
1 parent 52a5920 commit 7c097e8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

build.gradle

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.2.5.RELEASE'
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.4'
35
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
46
id 'java'
57
id 'java-library'
68
id 'maven-publish'
7-
id 'com.jfrog.bintray' version '1.8.4'
8-
id 'com.github.ben-manes.versions' version '0.28.0'
99
id 'net.researchgate.release' version '2.8.1'
10-
id 'com.github.breadmoirai.github-release' version '2.2.12'
10+
id 'org.springframework.boot' version '2.2.6.RELEASE'
1111
}
1212

1313
repositories {
14+
jcenter()
1415
mavenCentral()
1516
mavenLocal()
1617
}
@@ -25,7 +26,8 @@ jar {
2526

2627
dependencies {
2728
implementation 'org.springframework.boot:spring-boot-starter'
28-
api 'com.redislabs:lettusearch:1.13.0'
29+
implementation 'org.springframework.boot:spring-boot-starter-data-redis-reactive'
30+
api 'com.redislabs:lettusearch:1.13.2'
2931
api 'org.apache.commons:commons-pool2'
3032
compileOnly 'org.projectlombok:lombok'
3133
annotationProcessor 'org.projectlombok:lombok'

gradlew.bat

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
2929
set APP_BASE_NAME=%~n0
3030
set APP_HOME=%DIRNAME%
3131

32+
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
33+
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
34+
3235
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3336
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
3437

0 commit comments

Comments
 (0)