Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[build] Prepare for release of Selenium 4.22.0 #14163

Merged
merged 7 commits into from
Jun 20, 2024
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
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Alex Savchuk <[email protected]>
Alexander Bayandin <[email protected]>
Alexander Dobrynin <[email protected]>
Alexander Kavanaugh <[email protected]>
Alexander Millin <[email protected]>
Alexandr Savchuk <[email protected]>
Alexandre Abreu <[email protected]>
Alexei Barantsev <[email protected]>
Expand All @@ -63,6 +64,7 @@ Andras Hatvani <[email protected]>
Andre Wiggins <[email protected]>
Andreas Tolf Tolfsen <[email protected]>
Andreas Tolfsen <[email protected]>
Andrei <[email protected]>
Andrei Botalov <[email protected]>
Andrei Rusu <[email protected]>
Andrei Solntsev <[email protected]>
Expand All @@ -88,6 +90,7 @@ Ashley Trinh <[email protected]>
Aslak Hellesøy <[email protected]>
asmundak <[email protected]>
Atsushi Tatsuma <[email protected]>
Augustin Gottlieb Pequeno <[email protected]>
Aurélien Pupier <[email protected]>
Austin Michael Wilkins <[email protected]>
BaerMitUmlaut <[email protected]>
Expand All @@ -98,6 +101,7 @@ Ben Kucera <[email protected]>
Ben Lamm <[email protected]>
Ben Sedat <[email protected]>
Benjamin Forehand Jr <[email protected]>
bgermann <[email protected]>
bhecquet <[email protected]>
bhkwan <[email protected]>
Bill Agee <[email protected]>
Expand Down Expand Up @@ -364,6 +368,7 @@ James Garbutt <[email protected]>
James Hilliard <[email protected]>
James Martin <[email protected]>
James Strachen
James Yuzawa <[email protected]>
jamespdo <[email protected]>
Jan Trejbal <[email protected]>
Jan Weitz <[email protected]>
Expand Down Expand Up @@ -696,6 +701,7 @@ reichsta <[email protected]>
Reinaldo Rossetti <[email protected]>
Reinhold Degenfellner <[email protected]>
Remco <[email protected]>
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
richard.hines <[email protected]>
RichCrook <[email protected]>
richseviora <[email protected]>
Expand Down
50 changes: 25 additions & 25 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ maven.install(
name = "maven",
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.25.10",
"com.github.spotbugs:spotbugs:4.8.5",
"com.github.javaparser:javaparser-core:3.26.0",
"com.github.spotbugs:spotbugs:4.8.6",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.gson:gson:2.10.1",
"com.google.guava:guava:33.2.0-jre",
"com.google.code.gson:gson:2.11.0",
"com.google.guava:guava:33.2.1-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",
Expand All @@ -176,33 +176,33 @@ maven.install(
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.64.0",
"io.lettuce:lettuce-core:6.3.2.RELEASE",
"io.netty:netty-buffer:4.1.109.Final",
"io.netty:netty-codec-http:4.1.109.Final",
"io.netty:netty-codec-http2:4.1.109.Final",
"io.netty:netty-common:4.1.109.Final",
"io.netty:netty-handler:4.1.109.Final",
"io.netty:netty-handler-proxy:4.1.109.Final",
"io.netty:netty-transport:4.1.109.Final",
"io.opentelemetry:opentelemetry-api:1.38.0",
"io.opentelemetry:opentelemetry-context:1.38.0",
"io.opentelemetry:opentelemetry-exporter-logging:1.38.0",
"io.opentelemetry:opentelemetry-sdk:1.38.0",
"io.opentelemetry:opentelemetry-sdk-common:1.38.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.38.0",
"io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi:1.38.0",
"io.opentelemetry:opentelemetry-sdk-testing:1.38.0",
"io.opentelemetry:opentelemetry-sdk-trace:1.38.0",
"io.netty:netty-buffer:4.1.111.Final",
"io.netty:netty-codec-http:4.1.111.Final",
"io.netty:netty-codec-http2:4.1.111.Final",
"io.netty:netty-common:4.1.111.Final",
"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.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.15",
"org.htmlunit:htmlunit-core-js:4.1.0",
"net.bytebuddy:byte-buddy:1.14.17",
"org.htmlunit:htmlunit-core-js:4.2.0",
"org.apache.commons:commons-exec:1.4.0",
"org.apache.logging.log4j:log4j-core:2.23.1",
"org.assertj:assertj-core:3.25.3",
"org.assertj:assertj-core:3.26.0",
"org.bouncycastle:bcpkix-jdk18on:1.78.1",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.2",
"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",
Expand All @@ -211,7 +211,7 @@ maven.install(
"org.junit.platform:junit-platform-commons:1.10.2",
"org.junit.platform:junit-platform-engine:1.10.2",
"org.mockito:mockito-core:5.12.0",
"org.redisson:redisson:3.30.0",
"org.redisson:redisson:3.31.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 Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,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/v125:v125.publish
//java/src/org/openqa/selenium/devtools/v123:v123.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/v85:v85.publish
//java/src/org/openqa/selenium/edge:edge.publish
Expand Down
Loading
Loading