File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
docs/examples/junit4/generic Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
77 testImplementation project(" :mysql" )
88
99 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
10- testImplementation " org.seleniumhq.selenium:selenium-api:4.10.0 "
10+ testImplementation " org.seleniumhq.selenium:selenium-api:4.12.1 "
1111 testImplementation ' org.assertj:assertj-core:3.24.2'
1212}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
77}
88
99dependencies {
10- implementation platform(' org.seleniumhq.selenium:selenium-bom:4.11.0 ' )
10+ implementation platform(' org.seleniumhq.selenium:selenium-bom:4.12.1 ' )
1111 implementation ' org.seleniumhq.selenium:selenium-remote-driver'
1212 implementation ' org.seleniumhq.selenium:selenium-firefox-driver'
1313 implementation ' org.seleniumhq.selenium:selenium-chrome-driver'
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.2.3 '
11+ testImplementation ' com.hazelcast:hazelcast:5.3.2 '
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.0'
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
66 api " com.orientechnologies:orientdb-client:3.2.22"
77
88 testImplementation ' org.assertj:assertj-core:3.24.2'
9- testImplementation ' org.apache.tinkerpop:gremlin-driver:3.6.4 '
9+ testImplementation ' org.apache.tinkerpop:gremlin-driver:3.7.0 '
1010 testImplementation " com.orientechnologies:orientdb-gremlin:3.2.22"
1111}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 provided ' org.seleniumhq.selenium:selenium-remote-driver:4.10.0'
77 provided ' org.seleniumhq.selenium:selenium-chrome-driver:4.10.0'
88
9- testImplementation platform(' org.seleniumhq.selenium:selenium-bom:4.11.0 ' )
9+ testImplementation platform(' org.seleniumhq.selenium:selenium-bom:4.12.1 ' )
1010 testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver'
1111 testImplementation ' org.seleniumhq.selenium:selenium-edge-driver'
1212 testImplementation ' org.seleniumhq.selenium:selenium-support'
You can’t perform that action at this time.
0 commit comments