Skip to content

Commit db9bc53

Browse files
selenium-cititusfortnerVietND96
authored
[build] Prepare for release of Selenium 4.31.0 (#15569)
* update pinned browser versions * update devtools versions * update selenium manager versions * update maven dependency versions * update authors file * bump versions in preparation for release * update changelogs * [cdp] update Java and .NET signatures to match latest changes in CDP * remove test guard - Edge v135 fixed the Keyboard bug --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: titusfortner <[email protected]> Co-authored-by: Viet Nguyen Duc <[email protected]> Co-authored-by: Titus Fortner <[email protected]>
1 parent 0572f1d commit db9bc53

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+727
-311
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ body:
4949
id: selenium-version
5050
attributes:
5151
label: What version of Selenium are you currently using?
52-
description: Important! The latest released version of Selenium is 4.30 and we can't fix old versions.
52+
description: Important! The latest released version of Selenium is 4.31 and we can't fix old versions.
5353
placeholder: e.g., 4.17.0
5454
validations:
5555
required: true

AUTHORS

+2
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ Rob Wu <[email protected]>
746746
Robert Elliot <[email protected]>
747747
Robert Fletcher <[email protected]>
748748
Roberto Rivera <[email protected]>
749+
749750
Robin Stocker <[email protected]>
750751
Rod McNew <[email protected]>
751752
Romain Tartière <[email protected]>
@@ -772,6 +773,7 @@ Sam Uong <[email protected]>
772773
Samit Badle <[email protected]>
773774
Samuel Bétrisey <[email protected]>
774775
Sandeep Suryaprasad <[email protected]>
776+
775777
Sankha Narayan Guria <[email protected]>
776778
Santiago Suarez Ordoñez <[email protected]>
777779
Sarah Bird <[email protected]>

MODULE.bazel

+12-12
Original file line numberDiff line numberDiff line change
@@ -171,27 +171,27 @@ maven.install(
171171
name = "maven",
172172
artifacts = [
173173
"com.beust:jcommander:1.82",
174-
"com.github.javaparser:javaparser-core:3.26.3",
174+
"com.github.javaparser:javaparser-core:3.26.4",
175175
"com.github.spotbugs:spotbugs:4.9.3",
176176
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
177177
"com.google.code.findbugs:jsr305:3.0.2",
178178
"com.google.code.gson:gson:2.12.1",
179-
"com.google.guava:guava:33.4.5-jre",
179+
"com.google.guava:guava:33.4.6-jre",
180180
"com.google.auto:auto-common:1.2.2",
181181
"com.google.auto.service:auto-service:1.1.1",
182182
"com.google.auto.service:auto-service-annotations:1.1.1",
183-
"com.google.googlejavaformat:google-java-format:1.25.2",
183+
"com.google.googlejavaformat:google-java-format:1.26.0",
184184
"com.graphql-java:graphql-java:22.3",
185185
"dev.failsafe:failsafe:3.3.2",
186186
"io.grpc:grpc-context:1.71.0",
187187
"io.lettuce:lettuce-core:6.5.5.RELEASE",
188-
"io.netty:netty-buffer:4.1.119.Final",
189-
"io.netty:netty-codec-http:4.1.119.Final",
190-
"io.netty:netty-codec-http2:4.1.119.Final",
191-
"io.netty:netty-common:4.1.119.Final",
192-
"io.netty:netty-handler:4.1.119.Final",
193-
"io.netty:netty-handler-proxy:4.1.119.Final",
194-
"io.netty:netty-transport:4.1.119.Final",
188+
"io.netty:netty-buffer:4.2.0.Final",
189+
"io.netty:netty-codec-http:4.2.0.Final",
190+
"io.netty:netty-codec-http2:4.2.0.Final",
191+
"io.netty:netty-common:4.2.0.Final",
192+
"io.netty:netty-handler:4.2.0.Final",
193+
"io.netty:netty-handler-proxy:4.2.0.Final",
194+
"io.netty:netty-transport:4.2.0.Final",
195195
"io.opentelemetry:opentelemetry-api:1.48.0",
196196
"io.opentelemetry:opentelemetry-context:1.48.0",
197197
"io.opentelemetry:opentelemetry-exporter-logging:1.48.0",
@@ -202,8 +202,8 @@ maven.install(
202202
"io.opentelemetry:opentelemetry-sdk-testing:1.48.0",
203203
"io.opentelemetry:opentelemetry-sdk-trace:1.48.0",
204204
"it.ozimov:embedded-redis:0.7.3",
205-
"net.bytebuddy:byte-buddy:1.17.2",
206-
"org.htmlunit:htmlunit-core-js:4.10.0",
205+
"net.bytebuddy:byte-buddy:1.17.5",
206+
"org.htmlunit:htmlunit-core-js:4.11.0",
207207
"org.apache.commons:commons-exec:1.4.0",
208208
"org.apache.logging.log4j:log4j-core:2.24.3",
209209
"org.assertj:assertj-core:3.27.3",

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ JAVA_RELEASE_TARGETS = %w[
9797
//java/src/org/openqa/selenium/chrome:chrome.publish
9898
//java/src/org/openqa/selenium/chromium:chromium.publish
9999
//java/src/org/openqa/selenium/devtools/v134:v134.publish
100-
//java/src/org/openqa/selenium/devtools/v132:v132.publish
100+
//java/src/org/openqa/selenium/devtools/v135:v135.publish
101101
//java/src/org/openqa/selenium/devtools/v133:v133.publish
102102
//java/src/org/openqa/selenium/edge:edge.publish
103103
//java/src/org/openqa/selenium/firefox:firefox.publish

0 commit comments

Comments
 (0)