File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ dependencies {
121121 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
122122
123123 testImplementation ' org.assertj:assertj-core:3.27.3'
124- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
124+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
125125
126126 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
127127 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.27.3'
7- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
7+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
88}
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.ecwid.consul:consul-api:1.4.5'
7- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
7+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
88 testImplementation ' org.assertj:assertj-core:3.27.3'
99}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.27.3'
7- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
7+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
88 testImplementation ' io.micrometer:micrometer-registry-otlp:1.13.4'
99 testImplementation ' uk.org.webcompere:system-stubs-junit4:2.1.6'
1010
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' org.assertj:assertj-core:3.27.3'
7- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
7+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
88}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
66
77 testImplementation ' org.apache.kafka:kafka-clients:3.8.0'
88 testImplementation ' org.assertj:assertj-core:3.27.3'
9- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
9+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
1010 testImplementation ' org.awaitility:awaitility:4.3.0'
1111}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api project(' :testcontainers' )
55
66 testImplementation ' com.bettercloud:vault-java-driver:5.1.0'
7- testImplementation ' io.rest-assured:rest-assured:5.5.0 '
7+ testImplementation ' io.rest-assured:rest-assured:5.5.5 '
88 testImplementation ' org.assertj:assertj-core:3.27.3'
99
1010}
You can’t perform that action at this time.
0 commit comments