Skip to content

Commit e7d996f

Browse files
authored
Merge branch 'trunk' into download_end
2 parents 44f6e99 + 189f556 commit e7d996f

File tree

92 files changed

+10296
-9493
lines changed

Some content is hidden

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

92 files changed

+10296
-9493
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

.github/workflows/update-documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,12 @@ on:
4141
SELENIUM_CI_TOKEN:
4242
required: true
4343

44+
permissions:
45+
contents: write
46+
pull-requests: write
47+
4448
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49+
GITHUB_TOKEN: ${{ github.token }}
4650

4751
jobs:
4852
build-docs:

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)