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 <a.u.savchuk@gmail.com>
Alexander Bayandin <a.bayandin@gmail.com>
Alexander Dobrynin <aldobrynin@users.noreply.github.com>
Alexander Kavanaugh <alex@kavdev.io>
Alexander Millin <millin7@gmail.com>
Alexandr Savchuk <a.u.savchuk@gmail.com>
Alexandre Abreu <abreu_alexandre@hotmail.com>
Alexei Barantsev <barancev@gmail.com>
Expand All @@ -63,6 +64,7 @@ Andras Hatvani <andras.hatvani@gmail.com>
Andre Wiggins <459878+andrewiggins@users.noreply.github.com>
Andreas Tolf Tolfsen <ato@mozilla.com>
Andreas Tolfsen <ato@mozilla.com>
Andrei <andrei@3dprogramin.io>
Andrei Botalov <botalov.andrey@gmail.com>
Andrei Rusu <beatfactor@users.noreply.github.com>
Andrei Solntsev <andrei.solntsev@gmail.com>
Expand All @@ -88,6 +90,7 @@ Ashley Trinh <itsashley@hey.com>
Aslak Hellesøy <aslak.hellesoy@gmail.com>
asmundak <asmundak@google.com>
Atsushi Tatsuma <yoshoku@outlook.com>
Augustin Gottlieb Pequeno <33221555+aguspe@users.noreply.github.com>
Aurélien Pupier <apupier@redhat.com>
Austin Michael Wilkins <42476341+amwilkins@users.noreply.github.com>
BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Expand All @@ -98,6 +101,7 @@ Ben Kucera <14625260+Bkucera@users.noreply.github.com>
Ben Lamm <benlamm25@gmail.com>
Ben Sedat <bsedat@tinfoilsecurity.com>
Benjamin Forehand Jr <bennyjr169@gmail.com>
bgermann <bage@debian.org>
bhecquet <bhecquet@users.noreply.github.com>
bhkwan <bhkwan@example.com>
Bill Agee <billagee@gmail.com>
Expand Down Expand Up @@ -364,6 +368,7 @@ James Garbutt <43081j@users.noreply.github.com>
James Hilliard <james.hilliard1@gmail.com>
James Martin <martin770@users.noreply.github.com>
James Strachen
James Yuzawa <jtyuzawa@gmail.com>
jamespdo <jamespdo@gmail.com>
Jan Trejbal <jan.trejbal@scalesoft.cz>
Jan Weitz <jan@iosphere.de>
Expand Down Expand Up @@ -696,6 +701,7 @@ reichsta <reichsta@amazon.com>
Reinaldo Rossetti <reinaldo.rossetti@outlook.com>
Reinhold Degenfellner <reinhold.jun@degenfellner.com>
Remco <remcowesterhoud@msn.com>
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
richard.hines <richard.hines@hp.com>
RichCrook <richcrook@yahoo.com>
richseviora <richard.seviora@gmail.com>
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