Skip to content
Closed
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
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ elgatov <[email protected]>
Eli Flanagan <[email protected]>
Elias Faxö <[email protected]>
Ellis Percival <[email protected]>
Emil Hemdal <[email protected]>
Enrique Daimiel <[email protected]>
eoff <[email protected]>
Eran Messeri <[email protected]>
Expand Down Expand Up @@ -602,6 +603,7 @@ Michael Render <[email protected]>
Michael Tamm <[email protected]>
Michael Zhou <[email protected]>
Michal Čihař <[email protected]>
Michał Górny <[email protected]>
Michał Herda <[email protected]>
Michele Sama
Mickaël Schoentgen <[email protected]>
Expand Down Expand Up @@ -889,6 +891,7 @@ Vijendarn Selvarajah <[email protected]>
VijendraEAtech <[email protected]>
Vikas Goel <[email protected]>
VimalRaj Selvam <[email protected]>
Vinaysimha Varma Yadavali <[email protected]>
Vincent Ladeuil <[email protected]>
vinoth959 <[email protected]>
Viren Negi <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -172,18 +172,18 @@ maven.install(
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.26.3",
"com.github.spotbugs:spotbugs:4.9.0",
"com.github.spotbugs:spotbugs:4.9.1",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.gson:gson:2.11.0",
"com.google.code.gson:gson:2.12.1",
"com.google.guava:guava:33.4.0-jre",
"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:jar:1.25.2",
"com.graphql-java:graphql-java:22.3",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.69.1",
"io.lettuce:lettuce-core:6.5.2.RELEASE",
"io.grpc:grpc-context:1.70.0",
"io.lettuce:lettuce-core:6.5.3.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v131:v131.publish
//java/src/org/openqa/selenium/devtools/v132:v132.publish
//java/src/org/openqa/selenium/devtools/v130:v130.publish
//java/src/org/openqa/selenium/devtools/v133:v133.publish
//java/src/org/openqa/selenium/devtools/v85:v85.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
Expand Down Expand Up @@ -790,7 +790,7 @@ namespace :dotnet do
sh 'docfx dotnet/docs/docfx.json'
rescue StandardError
case $CHILD_STATUS.exitstatus
when 130
when 133
raise 'Ensure the dotnet/tools directory is added to your PATH environment variable (e.g., `~/.dotnet/tools`)'
when 255
puts '.NET documentation build failed, likely because of DevTools namespacing. This is ok; continuing'
Expand Down
Loading
Loading