File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 testImplementation project(" :mysql" )
88
99 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
10- testImplementation " org.seleniumhq.selenium:selenium-api:4.14.1 "
10+ testImplementation " org.seleniumhq.selenium:selenium-api:4.15.0 "
1111 testImplementation ' org.assertj:assertj-core:3.24.2'
1212}
1313
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ dependencies {
44 api " io.lettuce:lettuce-core:6.2.6.RELEASE"
55
66 testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.0"
7- testImplementation " org.junit.jupiter:junit-jupiter-params:5.10.0 "
7+ testImplementation " org.junit.jupiter:junit-jupiter-params:5.10.1 "
88 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.1"
99 testImplementation project(" :testcontainers" )
1010 testImplementation project(" :junit-jupiter" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88
99dependencies {
1010 testImplementation ' org.testcontainers:testcontainers'
11- testImplementation ' com.hazelcast:hazelcast:5.3.4 '
11+ testImplementation ' com.hazelcast:hazelcast:5.3.6 '
1212 testImplementation ' ch.qos.logback:logback-classic:1.3.11'
1313 testImplementation ' org.assertj:assertj-core:3.24.2'
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1'
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
33dependencies {
44 api project(' :testcontainers' )
55 testImplementation " org.elasticsearch.client:elasticsearch-rest-client:8.11.1"
6- testImplementation " org.elasticsearch.client:transport:7.17.14 "
6+ testImplementation " org.elasticsearch.client:transport:7.17.15 "
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88}
You can’t perform that action at this time.
0 commit comments