Skip to content

Commit 0a1cec9

Browse files
dependabot[bot]TarCV
authored andcommitted
Bump org.seleniumhq.selenium:selenium-java from 4.12.1 to 4.15.0
Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.12.1 to 4.15.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.15.0) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f193429 commit 0a1cec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ application {
2222
dependencies {
2323
testImplementation(kotlin("test"))
2424
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
25-
testImplementation("org.seleniumhq.selenium:selenium-java:4.12.1")
25+
testImplementation("org.seleniumhq.selenium:selenium-java:4.15.0")
2626
testImplementation("com.microsoft.playwright:playwright:1.38.0")
2727
}
2828

0 commit comments

Comments
 (0)