Skip to content
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.32 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.33 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Ben Congleton <[email protected]>
Ben Kucera <[email protected]>
Ben Lamm <[email protected]>
Ben Sedat <[email protected]>
Benjamin <[email protected]>
Benjamin Forehand Jr <[email protected]>
Benoit Pierre <[email protected]>
bgermann <[email protected]>
Expand Down Expand Up @@ -221,6 +222,7 @@ David Wang
David Zhu <[email protected]>
Debanjan Choudhury <[email protected]>
deedy5 <[email protected]>
DeflateAwning <[email protected]>
Denis Demchenko <[email protected]>
Dennis Oelkers <[email protected]>
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Expand Down Expand Up @@ -863,6 +865,7 @@ Tobias Lidskog <[email protected]>
Tobias Smolka <[email protected]>
Toda Hiroshi <[email protected]>
Toilal <[email protected]>
Tom Hughes <[email protected]>
Tom Longhurst <[email protected]>
Tom Trumper <[email protected]>
tomaszn <[email protected]>
Expand Down
10 changes: 5 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ maven.install(
"com.google.auto:auto-common:1.2.2",
"com.google.auto.service:auto-service:1.1.1",
"com.google.auto.service:auto-service-annotations:1.1.1",
"com.google.googlejavaformat:google-java-format:1.26.0",
"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",
Expand All @@ -203,7 +203,7 @@ maven.install(
"io.opentelemetry:opentelemetry-sdk-trace",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.17.5",
"org.htmlunit:htmlunit-core-js:4.11.0",
"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.assertj:assertj-core:3.27.3",
Expand All @@ -218,15 +218,15 @@ maven.install(
"org.junit.platform:junit-platform-reporting",
"org.junit.platform:junit-platform-commons",
"org.junit.platform:junit-platform-engine",
"org.mockito:mockito-core:5.17.0",
"org.redisson:redisson:3.46.0",
"org.mockito:mockito-core:5.18.0",
"org.redisson:redisson:3.47.0",
"org.slf4j:slf4j-api:2.0.17",
"org.slf4j:slf4j-jdk14:2.0.17",
"org.tomlj:tomlj:1.1.1",
"org.zeromq:jeromq:0.6.0",
],
boms = [
"io.opentelemetry:opentelemetry-bom:1.49.0",
"io.opentelemetry:opentelemetry-bom:1.50.0",
"io.netty:netty-bom:4.1.121.Final",
"org.junit:junit-bom:5.12.2",
],
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ task '//java/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
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/v134:v134.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/v136:v136.publish
//java/src/org/openqa/selenium/edge:edge.publish
Expand Down
Loading
Loading