Skip to content

Commit b9ab932

Browse files
fix(deps): update dependency org.seleniumhq.selenium:selenium-java to v4.30.0 (#1897)
Signed-off-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eb91001 commit b9ab932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example-projects/selenium/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ compileJava {
3838
dependencies {
3939
testImplementation "com.tngtech.jgiven:jgiven-junit:${version}"
4040
testImplementation 'junit:junit:4.13.2'
41-
testImplementation 'org.seleniumhq.selenium:selenium-java:4.29.0'
41+
testImplementation 'org.seleniumhq.selenium:selenium-java:4.30.0'
4242
testImplementation 'io.github.bonigarcia:webdrivermanager:6.0.0'
4343
testImplementation 'org.assertj:assertj-core:3.27.3'
4444

jgiven-tests/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'com.beust:jcommander:1.82'
1717
implementation libs.assertj
1818

19-
testImplementation 'org.seleniumhq.selenium:selenium-java:4.29.0'
19+
testImplementation 'org.seleniumhq.selenium:selenium-java:4.30.0'
2020
testImplementation 'io.github.bonigarcia:webdrivermanager:6.0.0'
2121
testImplementation 'org.apache.commons:commons-io:1.3.2'
2222
}

0 commit comments

Comments
 (0)