Skip to content

[build] Prepare for release of Selenium 4.34.0 #15958

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

Merged
merged 21 commits into from
Jun 28, 2025
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body:
id: selenium-version
attributes:
label: What version of Selenium are you currently using?
description: Important! The latest released version of Selenium is 4.33 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.34 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
7 changes: 7 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ AdamPDotty <[email protected]>
Adi Roiban <[email protected]>
adiohana <[email protected]>
Aditya Pratap Singh <[email protected]>
Adolfo Armas <[email protected]>
Adrian Dymorz <[email protected]>
Adrian Leonhard <[email protected]>
Agustin Pequeno <[email protected]>
Expand All @@ -35,8 +36,10 @@ albertor24 <[email protected]>
Aleksei Moskvin <[email protected]>
Alex <[email protected]>
Alex <[email protected]>
Alex B <[email protected]>
Alex Eagle <[email protected]>
Alex Henrie <[email protected]>
Alex Popov <[email protected]>
Alex Rodionov <[email protected]>
Alex Savchuk <[email protected]>
Alexander Bayandin <[email protected]>
Expand Down Expand Up @@ -126,6 +129,7 @@ Boris Osipov <[email protected]>
Boris Petrov <[email protected]>
Boris Wrubel <[email protected]>
bozdemir84 <[email protected]>
Bradley Latreille <[email protected]>
Branden Cash <[email protected]>
Brandon Walderman <[email protected]>
Brandon Williams <[email protected]>
Expand Down Expand Up @@ -368,6 +372,7 @@ Ilyas Bayraktar <[email protected]>
Immanuel Hayden <[email protected]>
Indomitable <[email protected]>
Innokenty Shuvalov <[email protected]>
Ioan Giurgiu <[email protected]>
Isaac A. Murchie <[email protected]>
Isaul Vargas <[email protected]>
Ish Abbi <[email protected]>
Expand Down Expand Up @@ -547,6 +552,7 @@ Lucas Diniz <[email protected]>
Lucas Tierney <[email protected]>
Luis Correia <[email protected]>
Luis Pflamminger <[email protected]>
Luis Serna <[email protected]>
Luke Hill <[email protected]>
Luke Inman-Semerau <[email protected]>
lukec <[email protected]>
Expand Down Expand Up @@ -802,6 +808,7 @@ Seth Lemanek <[email protected]>
Seva Lotoshnikov <[email protected]>
Shan <[email protected]>
Shashank <[email protected]>
Shaurya Bisht <[email protected]>
Shay Dratler <[email protected]>
Shengfa <[email protected]>
shin <[email protected]>
Expand Down
20 changes: 10 additions & 10 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ maven.install(
name = "maven",
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.26.4",
"com.github.javaparser:javaparser-core:3.27.0",
"com.github.spotbugs:spotbugs:4.9.3",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.findbugs:jsr305:3.0.2",
Expand All @@ -187,8 +187,8 @@ maven.install(
"com.google.googlejavaformat:google-java-format:1.27.0",
"com.graphql-java:graphql-java:22.3",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.72.0",
"io.lettuce:lettuce-core:6.6.0.RELEASE",
"io.grpc:grpc-context:1.73.0",
"io.lettuce:lettuce-core:6.7.1.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand All @@ -207,11 +207,11 @@ maven.install(
"io.opentelemetry:opentelemetry-sdk-trace",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.17.6",
"org.htmlunit:htmlunit-core-js:4.12.0",
"org.apache.commons:commons-exec:1.4.0",
"org.apache.logging.log4j:log4j-core:2.24.3",
"org.htmlunit:htmlunit-core-js:4.13.0",
"org.apache.commons:commons-exec:1.5.0",
"org.apache.logging.log4j:log4j-core:2.25.0",
"org.assertj:assertj-core:3.27.3",
"org.bouncycastle:bcpkix-jdk18on:1.80",
"org.bouncycastle:bcpkix-jdk18on:1.81",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.4",
"org.jspecify:jspecify:1.0.0",
Expand All @@ -223,7 +223,7 @@ maven.install(
"org.junit.platform:junit-platform-commons",
"org.junit.platform:junit-platform-engine",
"org.mockito:mockito-core:5.18.0",
"org.redisson:redisson:3.47.0",
"org.redisson:redisson:3.50.0",
"org.slf4j:slf4j-api:2.0.17",
"org.slf4j:slf4j-jdk14:2.0.17",
"org.tomlj:tomlj:1.1.1",
Expand All @@ -232,9 +232,9 @@ maven.install(
"uk.org.webcompere:system-stubs-core:2.1.8",
],
boms = [
"io.opentelemetry:opentelemetry-bom:1.50.0",
"io.opentelemetry:opentelemetry-bom:1.51.0",
"io.netty:netty-bom:4.1.121.Final",
"org.junit:junit-bom:5.12.2",
"org.junit:junit-bom:5.13.2",
],
excluded_artifacts = [
"org.hamcrest:hamcrest-all", # Replaced by hamcrest 2
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chrome:chrome.publish
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v137:v137.publish
//java/src/org/openqa/selenium/devtools/v135:v135.publish
//java/src/org/openqa/selenium/devtools/v138:v138.publish
//java/src/org/openqa/selenium/devtools/v136:v136.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
Expand Down
Loading
Loading