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 +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
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'
44 id ' java'
55 id ' distribution'
66 id ' java-library'
77 id ' java-library-distribution'
88 id ' maven-publish'
99 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'
1111 id ' com.github.breadmoirai.github-release' version ' 2.2.12'
1212 id ' com.jfrog.bintray' version ' 1.8.5'
1313}
@@ -40,7 +40,7 @@ dependencies {
4040 implementation (' org.springframework.boot:spring-boot-starter' ) {
4141 exclude group : ' io.lettuce' , module : ' lettuce-core'
4242 }
43- api ' com.redislabs:lettusearch:2.5.0 '
43+ api ' com.redislabs:lettusearch:3.0.1 '
4444 api ' org.apache.commons:commons-pool2'
4545 compileOnly ' org.projectlombok:lombok'
4646 annotationProcessor ' org.projectlombok:lombok'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments