File tree 5 files changed +5
-5
lines changed
docs/examples/junit4/generic
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies {
7
7
testImplementation project(" :mysql" )
8
8
9
9
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 "
11
11
testImplementation ' org.assertj:assertj-core:3.24.2'
12
12
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- implementation platform(' org.seleniumhq.selenium:selenium-bom:4.11.0 ' )
10
+ implementation platform(' org.seleniumhq.selenium:selenium-bom:4.12.1 ' )
11
11
implementation ' org.seleniumhq.selenium:selenium-remote-driver'
12
12
implementation ' org.seleniumhq.selenium:selenium-firefox-driver'
13
13
implementation ' org.seleniumhq.selenium:selenium-chrome-driver'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
dependencies {
10
10
testImplementation ' org.testcontainers:testcontainers'
11
- testImplementation ' com.hazelcast:hazelcast:5.2.3 '
11
+ testImplementation ' com.hazelcast:hazelcast:5.3.2 '
12
12
testImplementation ' ch.qos.logback:logback-classic:1.3.11'
13
13
testImplementation ' org.assertj:assertj-core:3.24.2'
14
14
testImplementation ' org.junit.jupiter:junit-jupiter:5.10.0'
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ dependencies {
6
6
api " com.orientechnologies:orientdb-client:3.2.22"
7
7
8
8
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 '
10
10
testImplementation " com.orientechnologies:orientdb-gremlin:3.2.22"
11
11
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
provided ' org.seleniumhq.selenium:selenium-remote-driver:4.10.0'
7
7
provided ' org.seleniumhq.selenium:selenium-chrome-driver:4.10.0'
8
8
9
- testImplementation platform(' org.seleniumhq.selenium:selenium-bom:4.11.0 ' )
9
+ testImplementation platform(' org.seleniumhq.selenium:selenium-bom:4.12.1 ' )
10
10
testImplementation ' org.seleniumhq.selenium:selenium-firefox-driver'
11
11
testImplementation ' org.seleniumhq.selenium:selenium-edge-driver'
12
12
testImplementation ' org.seleniumhq.selenium:selenium-support'
You can’t perform that action at this time.
0 commit comments