Skip to content

Commit 18c61f2

Browse files
build(deps): Bump org.seleniumhq.selenium:selenium-bom (#2001)
Bumps [org.seleniumhq.selenium:selenium-bom](https://github.com/SeleniumHQ/selenium) from 4.12.0 to 4.12.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: org.seleniumhq.selenium:selenium-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e0daa2 commit 18c61f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
testImplementation (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.5.3') {
6363
exclude group: 'org.seleniumhq.selenium'
6464
}
65-
testImplementation platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.12.0')
65+
testImplementation platform(group: 'org.seleniumhq.selenium', name: 'selenium-bom', version: '4.12.1')
6666
testImplementation 'org.seleniumhq.selenium:selenium-api'
6767
testImplementation 'org.seleniumhq.selenium:selenium-remote-driver'
6868
testImplementation 'org.seleniumhq.selenium:selenium-support'

0 commit comments

Comments
 (0)