File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ dependencies {
6666 exclude group : " *" , module : " *"
6767 }
6868
69- api ' junit:junit:4.12 '
69+ api ' junit:junit:4.13.2 '
7070 api ' org.slf4j:slf4j-api:1.7.32'
7171 compileOnly ' org.jetbrains:annotations:22.0.0'
7272 testCompileClasspath ' org.jetbrains:annotations:21.0.1'
@@ -123,7 +123,7 @@ dependencies {
123123
124124 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
125125 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
126- jarFileTestImplementation ' junit:junit:4.12 '
126+ jarFileTestImplementation ' junit:junit:4.13.2 '
127127 jarFileTestImplementation ' org.assertj:assertj-core:3.20.2'
128128 jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
129129}
Original file line number Diff line number Diff line change 11description = " Examples for docs"
22
33dependencies {
4- testImplementation " junit:junit:4.12 "
4+ testImplementation " junit:junit:4.13.2 "
55 testImplementation project(" :testcontainers" )
66 testImplementation project(" :selenium" )
77 testImplementation project(" :mysql" )
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Examples for docs"
33dependencies {
44 api " io.lettuce:lettuce-core:5.1.1.RELEASE"
55
6- testImplementation " junit:junit:4.12 "
6+ testImplementation " junit:junit:4.13.2 "
77 testImplementation project(" :testcontainers" )
88}
Original file line number Diff line number Diff line change 11dependencies {
2- implementation ' junit:junit:4.12 '
2+ implementation ' junit:junit:4.13.2 '
33 implementation ' org.slf4j:slf4j-api:1.7.30'
44}
You can’t perform that action at this time.
0 commit comments