Skip to content

Commit

Permalink
Merge branch 'trunk' into pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 29, 2024
2 parents 7ca2170 + 2280161 commit 04dcf80
Show file tree
Hide file tree
Showing 139 changed files with 2,202 additions and 922 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ Chris Martin <ch.martin@gmail.com>
Chris Mohr <chris.mohr@gmail.com>
Chris Stringer <cstringer42@gmail.com>
Chris Ward <christopher.ward2@bskyb.com>
Christian Ansel <36796016+ChrstnAnsl@users.noreply.github.com>
Christian Biesinger <cbiesinger@google.com>
Christian Clauss <cclauss@me.com>
Christopher Buttkus <cbuttkus@gmail.com>
Expand Down Expand Up @@ -242,6 +243,8 @@ Dylan Reichstadt <reichsta@amazon.com>
Dylan Semler <dsem@users.noreply.github.com>
Earlopain <14981592+Earlopain@users.noreply.github.com>
Eberhard Beilharz <eb1@sil.org>
Ed Manlove <devPyPlTw@verizon.net>
Ed Manlove <emanlove@verizon.net>
Edi Weissmann <edi.weissmann@gmail.com>
Edirin Atumah <bongosway@users.noreply.github.com>
Eduardo Wermuth <eduardoh.c.wermuth@gmail.com>
Expand Down Expand Up @@ -344,6 +347,7 @@ ifland <ifland@gmail.com>
Ilya Kozhevnikov <github@kozhevnikov.com>
Ilyas Bayraktar <bayilyas@gmail.com>
Immanuel Hayden <immanuel.hayden@gmail.com>
Indomitable <ventsislav.mladenov@outlook.com>
Innokenty Shuvalov <innocentshuvalov@gmail.com>
Isaac A. Murchie <isaac.appium@gmail.com>
Isaul Vargas <isaulv@gmail.com>
Expand Down Expand Up @@ -646,6 +650,7 @@ nvonop <nvonop@gmail.com>
Oboleninov Anton <anton.oboleninov@saritasa.com>
Oleg Höfling <hoefling@users.noreply.github.com>
Oleg Ridchenko <73664101+oleg-rd@users.noreply.github.com>
Oleksandr Kulychok <o.kulychok@astoundcommerce.com>
Oleksandr Kulychok <oleksandr.kulychok@gmail.com>
Oleksii <qacrispus@gmail.com>
Olivier SCHNEIDER <olivier.schneider@opengroupware.ch>
Expand Down
46 changes: 23 additions & 23 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ use_repo(esbuild, "esbuild_toolchains")
register_toolchains("@esbuild_toolchains//:all")

dotnet = use_extension("@rules_dotnet//dotnet:extensions.bzl", "dotnet")
dotnet.toolchain(dotnet_version = "7.0.400")
dotnet.toolchain(dotnet_version = "8.0.203")
use_repo(dotnet, "dotnet_toolchains")

selenium_paket = use_extension("//dotnet:paket.nuget_extension.bzl", "nuget_extension")
Expand Down Expand Up @@ -165,7 +165,7 @@ maven.install(
name = "maven",
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.26.0",
"com.github.javaparser:javaparser-core:3.26.1",
"com.github.spotbugs:spotbugs:4.8.6",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.gson:gson:2.11.0",
Expand All @@ -177,7 +177,7 @@ maven.install(
"com.graphql-java:graphql-java:20.2",
"com.graphql-java:java-dataloader:3.2.0",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.64.0",
"io.grpc:grpc-context:1.65.1",
"io.lettuce:lettuce-core:6.3.2.RELEASE",
"io.netty:netty-buffer:4.1.111.Final",
"io.netty:netty-codec-http:4.1.111.Final",
Expand All @@ -186,35 +186,35 @@ maven.install(
"io.netty:netty-handler:4.1.111.Final",
"io.netty:netty-handler-proxy:4.1.111.Final",
"io.netty:netty-transport:4.1.111.Final",
"io.opentelemetry:opentelemetry-api:1.39.0",
"io.opentelemetry:opentelemetry-context:1.39.0",
"io.opentelemetry:opentelemetry-exporter-logging:1.39.0",
"io.opentelemetry:opentelemetry-sdk:1.39.0",
"io.opentelemetry:opentelemetry-sdk-common:1.39.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.39.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.39.0",
"io.opentelemetry:opentelemetry-sdk-testing:1.39.0",
"io.opentelemetry:opentelemetry-sdk-trace:1.39.0",
"io.opentelemetry:opentelemetry-api:1.40.0",
"io.opentelemetry:opentelemetry-context:1.40.0",
"io.opentelemetry:opentelemetry-exporter-logging:1.40.0",
"io.opentelemetry:opentelemetry-sdk:1.40.0",
"io.opentelemetry:opentelemetry-sdk-common:1.40.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.40.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.40.0",
"io.opentelemetry:opentelemetry-sdk-testing:1.40.0",
"io.opentelemetry:opentelemetry-sdk-trace:1.40.0",
"io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha",
"io.ous:jtoml:2.0.0",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.14.17",
"org.htmlunit:htmlunit-core-js:4.2.0",
"net.bytebuddy:byte-buddy:1.14.18",
"org.htmlunit:htmlunit-core-js:4.3.0",
"org.apache.commons:commons-exec:1.4.0",
"org.apache.logging.log4j:log4j-core:2.23.1",
"org.assertj:assertj-core:3.26.0",
"org.assertj:assertj-core:3.26.3",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.3",
"org.junit.jupiter:junit-jupiter-api:5.10.2",
"org.junit.jupiter:junit-jupiter-engine:5.10.2",
"org.junit.jupiter:junit-jupiter-params:5.10.2",
"org.junit.platform:junit-platform-launcher:1.10.2",
"org.junit.platform:junit-platform-reporting:1.10.2",
"org.junit.platform:junit-platform-commons:1.10.2",
"org.junit.platform:junit-platform-engine:1.10.2",
"org.junit.jupiter:junit-jupiter-api:5.10.3",
"org.junit.jupiter:junit-jupiter-engine:5.10.3",
"org.junit.jupiter:junit-jupiter-params:5.10.3",
"org.junit.platform:junit-platform-launcher:1.10.3",
"org.junit.platform:junit-platform-reporting:1.10.3",
"org.junit.platform:junit-platform-commons:1.10.3",
"org.junit.platform:junit-platform-engine:1.10.3",
"org.mockito:mockito-core:5.12.0",
"org.redisson:redisson:3.31.0",
"org.redisson:redisson:3.33.0",
"org.slf4j:slf4j-api:2.0.13",
"org.slf4j:slf4j-jdk14:2.0.13",
"org.zeromq:jeromq:0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CI](https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml/badge.svg?branch=trunk&event=schedule)](https://github.com/SeleniumHQ/selenium/actions/workflows/ci.yml)

<a href="https://selenium.dev"><img src="https://selenium.dev/images/selenium_logo_square_green.png" width="180" alt="Selenium"/></a>
<a href="https://selenium.dev"><img src="common/images/selenium_logo_mark_green.svg" width="180" alt="Selenium Logo"/></a>

Selenium is an umbrella project encapsulating a variety of tools and
libraries enabling web browser automation. Selenium specifically
Expand Down
2 changes: 1 addition & 1 deletion 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/v125:v125.publish
//java/src/org/openqa/selenium/devtools/v126:v126.publish
//java/src/org/openqa/selenium/devtools/v124:v124.publish
//java/src/org/openqa/selenium/devtools/v127:v127.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
File renamed without changes.
Loading

0 comments on commit 04dcf80

Please sign in to comment.