Skip to content
Merged
Show file tree
Hide file tree
Changes from 13 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.36 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.37 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ Matthew Kempkers <[email protected]>
Matthew Lymer <[email protected]>
Matthew Rahtz <[email protected]>
matthewdoerksen <[email protected]>
Matthias Kurz <[email protected]>
MatzFan <[email protected]>
Max Perrello <[email protected]>
Max Schmitt <[email protected]>
Expand Down Expand Up @@ -683,6 +684,7 @@ nir-tal-talkspace <[email protected]>
Nirantak Raghav <[email protected]>
Nitish <[email protected]>
Noel Gordon
Noel Kim (김민혁) <[email protected]>
Noritaka Kobayashi <[email protected]>
NoStory-py <[email protected]>
Nowell Strite <[email protected]>
Expand Down
30 changes: 15 additions & 15 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ maven.install(
name = "maven",
artifacts = [
"com.beust:jcommander:1.82",
"org.checkerframework:checker-qual:3.49.2",
"com.github.javaparser:javaparser-core:3.27.0",
"com.github.spotbugs:spotbugs:4.9.6",
"org.checkerframework:checker-qual:3.51.1",
"com.github.javaparser:javaparser-core:3.27.1",
"com.github.spotbugs:spotbugs:4.9.7",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.13.2",
Expand All @@ -184,13 +184,13 @@ 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.28.0",
"com.google.protobuf:protobuf-java:4.32.1",
"com.google.googlejavaformat:google-java-format:1.30.0",
"com.google.protobuf:protobuf-java:4.33.0",
"com.google.protobuf.nano:protobuf-javanano:3.1.0",
"com.graphql-java:graphql-java:24.1",
"com.uber.nullaway:nullaway:0.12.10",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.75.0",
"io.grpc:grpc-context:1.76.0",
"io.lettuce:lettuce-core:6.8.1.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
Expand All @@ -209,11 +209,11 @@ maven.install(
"io.opentelemetry:opentelemetry-sdk-testing",
"io.opentelemetry:opentelemetry-sdk-trace",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.17.7",
"org.htmlunit:htmlunit-core-js:4.16.0",
"net.bytebuddy:byte-buddy:1.17.8",
"org.htmlunit:htmlunit-core-js:4.17.0",
"org.apache.commons:commons-exec:1.5.0",
"org.apache.logging.log4j:log4j-core:2.25.1",
"org.assertj:assertj-core:3.27.4",
"org.apache.logging.log4j:log4j-core:2.25.2",
"org.assertj:assertj-core:3.27.6",
"org.bouncycastle:bcpkix-jdk18on:1.82",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.4",
Expand All @@ -226,8 +226,8 @@ 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.19.0",
"org.redisson:redisson:3.51.0",
"org.mockito:mockito-core:5.20.0",
"org.redisson:redisson:3.52.0",
"org.slf4j:slf4j-api:2.0.17",
"org.slf4j:slf4j-jdk14:2.0.17",
"org.tomlj:tomlj:1.1.1",
Expand All @@ -236,9 +236,9 @@ maven.install(
"uk.org.webcompere:system-stubs-core:2.1.8",
],
boms = [
"io.opentelemetry:opentelemetry-bom:1.54.0",
"io.netty:netty-bom:4.2.6.Final",
"org.junit:junit-bom:5.13.4",
"io.opentelemetry:opentelemetry-bom:1.55.0",
"io.netty:netty-bom:4.2.7.Final",
"org.junit:junit-bom:6.0.0",
],
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/v140:v140.publish
//java/src/org/openqa/selenium/devtools/v138:v138.publish
//java/src/org/openqa/selenium/devtools/v141:v141.publish
//java/src/org/openqa/selenium/devtools/v139:v139.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
Expand Down
Loading
Loading