Skip to content

Commit 281a200

Browse files
[build] Prepare for release of Selenium 4.38.0 (#16499)
* update devtools versions * update selenium manager versions * update maven dependency versions * update authors file * bump versions in preparation for release * update changelogs --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Titus Fortner <[email protected]> Co-authored-by: titusfortner <[email protected]>
1 parent 4101ce1 commit 281a200

Some content is hidden

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

55 files changed

+9511
-8865
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ body:
5050
id: selenium-version
5151
attributes:
5252
label: What version of Selenium are you currently using?
53-
description: Important! The latest released version of Selenium is 4.37 and we can't fix old versions.
53+
description: Important! The latest released version of Selenium is 4.38 and we can't fix old versions.
5454
placeholder: e.g., 4.17.0
5555
validations:
5656
required: true

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ Eric Plaster <[email protected]>
285285
Erik Beans <[email protected]>
286286
Erik E. Beerepoot <[email protected]>
287287
Erik Kuefler <[email protected]>
288+
288289
Evan Sangaline <[email protected]>
289290
Evgeniy Roldukhin <[email protected]>
290291

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ maven.install(
175175
"com.beust:jcommander:1.82",
176176
"org.checkerframework:checker-qual:3.51.1",
177177
"com.github.javaparser:javaparser-core:3.27.1",
178-
"com.github.spotbugs:spotbugs:4.9.7",
178+
"com.github.spotbugs:spotbugs:4.9.8",
179179
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
180180
"com.google.code.findbugs:jsr305:3.0.2",
181181
"com.google.code.gson:gson:2.13.2",
@@ -191,7 +191,7 @@ maven.install(
191191
"com.uber.nullaway:nullaway:0.12.10",
192192
"dev.failsafe:failsafe:3.3.2",
193193
"io.grpc:grpc-context:1.76.0",
194-
"io.lettuce:lettuce-core:6.8.1.RELEASE",
194+
"io.lettuce:lettuce-core:7.0.0.RELEASE",
195195
"io.netty:netty-buffer",
196196
"io.netty:netty-codec-http",
197197
"io.netty:netty-codec-http2",

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ JAVA_RELEASE_TARGETS = %w[
9898
//java/src/org/openqa/selenium/chromium:chromium.publish
9999
//java/src/org/openqa/selenium/devtools/v140:v140.publish
100100
//java/src/org/openqa/selenium/devtools/v141:v141.publish
101-
//java/src/org/openqa/selenium/devtools/v139:v139.publish
101+
//java/src/org/openqa/selenium/devtools/v142:v142.publish
102102
//java/src/org/openqa/selenium/edge:edge.publish
103103
//java/src/org/openqa/selenium/firefox:firefox.publish
104104
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish

0 commit comments

Comments
 (0)