Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gradle): bump org.seleniumhq.selenium:selenium-remote-driver from 4.16.1 to 4.26.0 #6321

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docker/registry/selenium/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
io.deephaven.project.ProjectType=DOCKER_REGISTRY
deephaven.registry.imageName=selenium/standalone-firefox:4.16.1-20231219
deephaven.registry.imageId=selenium/standalone-firefox@sha256:a405fe92b3ce5d7eb31a07e1f99be3d628fdc0e5bdc81febd8dc11786edef024
deephaven.registry.platform=linux/amd64
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I questioned Colin about the removal of this; it was accidental, but in this case, actually correct.

This updated selenium image is multiplatform, which can be verified with docker buildx imagetools inspect selenium/standalone-firefox:4.26.0-20241101 (as compared to docker buildx imagetools inspect selenium/standalone-firefox:4.16.1-20231219).

deephaven.registry.imageName=selenium/standalone-firefox:4.26.0-20241101
deephaven.registry.imageId=selenium/standalone-firefox@sha256:8625701dabb242a8092e53fae04e2eae4eb1b027ed3d2d1bef89e1fc448f9ee8
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ postgresql = "42.7.4"
protobuf = "3.25.3"
randelshofer = "2.0.0"
rdblue = "0.1.1"
selenium = "4.16.1"
selenium = "4.26.0"
slf4j = "2.0.16"
snappy = "1.1.10.7"
squareup = "1.13.0"
Expand Down
Loading