Skip to content
Draft
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.38 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.39 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ GFHuang <4510984+GF-Huang@users.noreply.github.com>
ggkiokas <115367874+ggkiokas@users.noreply.github.com>
Ghjuvan Lacambre <code@lacamb.re>
Giorgos Tzampanakis <giorgos.tzampanakis@gmail.com>
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Giulio Longfils <giuliolongfils@gmail.com>
glaszig <mail+github@glasz.org>
Glib Briia <glib.briia@gmail.com>
Expand Down
26 changes: 13 additions & 13 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -174,25 +174,25 @@ maven.install(
name = "maven",
artifacts = [
"com.beust:jcommander:1.82",
"org.checkerframework:checker-qual:3.51.1",
"org.checkerframework:checker-qual:3.52.1",
"com.github.javaparser:javaparser-core:3.27.1",
"com.github.spotbugs:spotbugs:4.9.8",
"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",
"com.google.guava:guava:33.5.0-jre",
"com.github.ben-manes.caffeine:caffeine:3.2.2",
"com.github.ben-manes.caffeine:caffeine:3.2.3",
"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.30.0",
"com.google.protobuf:protobuf-java:4.33.0",
"com.google.googlejavaformat:google-java-format:1.32.0",
"com.google.protobuf:protobuf-java:4.33.1",
"com.google.protobuf.nano:protobuf-javanano:3.1.0",
"com.graphql-java:graphql-java:24.1",
"com.uber.nullaway:nullaway:0.12.10",
"com.uber.nullaway:nullaway:0.12.13",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.76.0",
"io.lettuce:lettuce-core:7.0.0.RELEASE",
"io.grpc:grpc-context:1.77.0",
"io.lettuce:lettuce-core:7.1.0.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand All @@ -210,12 +210,12 @@ 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.8",
"org.htmlunit:htmlunit-core-js:4.17.0",
"org.apache.commons:commons-exec:1.5.0",
"net.bytebuddy:byte-buddy:1.18.2",
"org.htmlunit:htmlunit-core-js:4.19.0",
"org.apache.commons:commons-exec:1.6.0",
"org.apache.logging.log4j:log4j-core:2.25.2",
"org.assertj:assertj-core:3.27.6",
"org.bouncycastle:bcpkix-jdk18on:1.82",
"org.bouncycastle:bcpkix-jdk18on:1.83",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.4",
"org.jboss.marshalling:jboss-marshalling:2.2.3.Final",
Expand All @@ -237,9 +237,9 @@ maven.install(
"uk.org.webcompere:system-stubs-core:2.1.8",
],
boms = [
"io.opentelemetry:opentelemetry-bom:1.55.0",
"io.opentelemetry:opentelemetry-bom:1.56.0",
"io.netty:netty-bom:4.2.7.Final",
"org.junit:junit-bom:6.0.0",
"org.junit:junit-bom:6.0.1",
],
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 @@ -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/v140:v140.publish
//java/src/org/openqa/selenium/devtools/v143:v143.publish
//java/src/org/openqa/selenium/devtools/v141:v141.publish
//java/src/org/openqa/selenium/devtools/v142:v142.publish
//java/src/org/openqa/selenium/edge:edge.publish
Expand Down
Loading
Loading