File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/examples/junit4/generic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77 testImplementation project(" :mysql" )
88
99 testImplementation ' mysql:mysql-connector-java:8.0.32'
10- testImplementation " org.seleniumhq.selenium:selenium-api:4.7.2 "
10+ testImplementation " org.seleniumhq.selenium:selenium-api:4.8.0 "
1111 testImplementation ' org.assertj:assertj-core:3.24.2'
1212}
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.6.1"
6- testImplementation " org.elasticsearch.client:transport:7.17.8 "
6+ testImplementation " org.elasticsearch.client:transport:7.17.9 "
77 testImplementation ' org.assertj:assertj-core:3.24.2'
88}
You can’t perform that action at this time.
0 commit comments