This repository was archived by the owner on May 19, 2022. It is now read-only.
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
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'
4
4
id ' java'
5
5
id ' distribution'
6
6
id ' java-library'
7
7
id ' java-library-distribution'
8
8
id ' maven-publish'
9
9
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'
11
11
id ' com.github.breadmoirai.github-release' version ' 2.2.12'
12
12
id ' com.jfrog.bintray' version ' 1.8.5'
13
13
}
@@ -40,7 +40,7 @@ dependencies {
40
40
implementation (' org.springframework.boot:spring-boot-starter' ) {
41
41
exclude group : ' io.lettuce' , module : ' lettuce-core'
42
42
}
43
- api ' com.redislabs:lettusearch:2.5.0 '
43
+ api ' com.redislabs:lettusearch:3.0.1 '
44
44
api ' org.apache.commons:commons-pool2'
45
45
compileOnly ' org.projectlombok:lombok'
46
46
annotationProcessor ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments