File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ plugins {
6
6
apply from : " $rootDir /gradle/submodule.gradle"
7
7
8
8
dependencies {
9
- implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9'
10
- api ' org.springframework.data:spring-data-elasticsearch:3.1.8.RELEASE '
11
- api ' org.springframework:spring-test:5.1.7.RELEASE '
12
- api ' org.slf4j:slf4j-api:1.7.26 '
9
+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.9.9'
10
+ api ' org.springframework.data:spring-data-elasticsearch:3.+ '
11
+ api ' org.springframework:spring-test:5.+ '
12
+ api ' org.slf4j:slf4j-api:1.7.+ '
13
13
14
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.4.2'
14
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.4.2'
15
15
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.4.2'
16
16
}
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ plugins {
6
6
apply from : " $rootDir /gradle/submodule.gradle"
7
7
8
8
dependencies {
9
- api ' org.junit.jupiter:junit-jupiter-api:5.4.2 '
9
+ api ' org.junit.jupiter:junit-jupiter-api:5.+ '
10
10
}
You can’t perform that action at this time.
0 commit comments