Skip to content

Commit

Permalink
[build] Prepare for release of Selenium 4.22.0 (#14163)
Browse files Browse the repository at this point in the history
* Update pinned browser versions

* Update supported versions for Chrome DevTools

* Update selenium manager version

* Update authors file

* Update versions and change logs to release Selenium 4.22.0

---------

Co-authored-by: Selenium CI Bot <selenium-ci@users.noreply.github.com>
Co-authored-by: titusfortner <titus.fortner@gmail.com>
  • Loading branch information
3 people committed Jun 20, 2024
1 parent 2a7ddf1 commit c5f3146
Show file tree
Hide file tree
Showing 53 changed files with 764 additions and 348 deletions.
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
File renamed without changes.
Loading

0 comments on commit c5f3146

Please sign in to comment.