Skip to content

Commit 8c6ac43

Browse files
authored
Merge branch 'trunk' into feat/js-print-options-15072-clean
2 parents 27fee8f + 00d83e3 commit 8c6ac43

Some content is hidden

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

62 files changed

+9613
-9071
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.36 and we can't fix old versions.
53+
description: Important! The latest released version of Selenium is 4.37 and we can't fix old versions.
5454
placeholder: e.g., 4.17.0
5555
validations:
5656
required: true

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ Matthew Kempkers <[email protected]>
601601
Matthew Lymer <[email protected]>
602602
Matthew Rahtz <[email protected]>
603603
matthewdoerksen <[email protected]>
604+
Matthias Kurz <[email protected]>
604605
605606
Max Perrello <[email protected]>
606607
Max Schmitt <[email protected]>
@@ -683,6 +684,7 @@ nir-tal-talkspace <[email protected]>
683684
Nirantak Raghav <[email protected]>
684685
685686
Noel Gordon
687+
Noel Kim (김민혁) <[email protected]>
686688
Noritaka Kobayashi <[email protected]>
687689
NoStory-py <[email protected]>
688690
Nowell Strite <[email protected]>

MODULE.bazel

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ maven.install(
173173
name = "maven",
174174
artifacts = [
175175
"com.beust:jcommander:1.82",
176-
"org.checkerframework:checker-qual:3.49.2",
177-
"com.github.javaparser:javaparser-core:3.27.0",
178-
"com.github.spotbugs:spotbugs:4.9.6",
176+
"org.checkerframework:checker-qual:3.51.1",
177+
"com.github.javaparser:javaparser-core:3.27.1",
178+
"com.github.spotbugs:spotbugs:4.9.7",
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",
@@ -184,13 +184,13 @@ maven.install(
184184
"com.google.auto:auto-common:1.2.2",
185185
"com.google.auto.service:auto-service:1.1.1",
186186
"com.google.auto.service:auto-service-annotations:1.1.1",
187-
"com.google.googlejavaformat:google-java-format:1.28.0",
188-
"com.google.protobuf:protobuf-java:4.32.1",
187+
"com.google.googlejavaformat:google-java-format:1.30.0",
188+
"com.google.protobuf:protobuf-java:4.33.0",
189189
"com.google.protobuf.nano:protobuf-javanano:3.1.0",
190190
"com.graphql-java:graphql-java:24.1",
191191
"com.uber.nullaway:nullaway:0.12.10",
192192
"dev.failsafe:failsafe:3.3.2",
193-
"io.grpc:grpc-context:1.75.0",
193+
"io.grpc:grpc-context:1.76.0",
194194
"io.lettuce:lettuce-core:6.8.1.RELEASE",
195195
"io.netty:netty-buffer",
196196
"io.netty:netty-codec-http",
@@ -209,11 +209,11 @@ maven.install(
209209
"io.opentelemetry:opentelemetry-sdk-testing",
210210
"io.opentelemetry:opentelemetry-sdk-trace",
211211
"it.ozimov:embedded-redis:0.7.3",
212-
"net.bytebuddy:byte-buddy:1.17.7",
213-
"org.htmlunit:htmlunit-core-js:4.16.0",
212+
"net.bytebuddy:byte-buddy:1.17.8",
213+
"org.htmlunit:htmlunit-core-js:4.17.0",
214214
"org.apache.commons:commons-exec:1.5.0",
215-
"org.apache.logging.log4j:log4j-core:2.25.1",
216-
"org.assertj:assertj-core:3.27.4",
215+
"org.apache.logging.log4j:log4j-core:2.25.2",
216+
"org.assertj:assertj-core:3.27.6",
217217
"org.bouncycastle:bcpkix-jdk18on:1.82",
218218
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
219219
"org.hsqldb:hsqldb:2.7.4",
@@ -226,8 +226,8 @@ maven.install(
226226
"org.junit.platform:junit-platform-reporting",
227227
"org.junit.platform:junit-platform-commons",
228228
"org.junit.platform:junit-platform-engine",
229-
"org.mockito:mockito-core:5.19.0",
230-
"org.redisson:redisson:3.51.0",
229+
"org.mockito:mockito-core:5.20.0",
230+
"org.redisson:redisson:3.52.0",
231231
"org.slf4j:slf4j-api:2.0.17",
232232
"org.slf4j:slf4j-jdk14:2.0.17",
233233
"org.tomlj:tomlj:1.1.1",
@@ -236,9 +236,9 @@ maven.install(
236236
"uk.org.webcompere:system-stubs-core:2.1.8",
237237
],
238238
boms = [
239-
"io.opentelemetry:opentelemetry-bom:1.54.0",
240-
"io.netty:netty-bom:4.2.6.Final",
241-
"org.junit:junit-bom:5.13.4",
239+
"io.opentelemetry:opentelemetry-bom:1.55.0",
240+
"io.netty:netty-bom:4.2.7.Final",
241+
"org.junit:junit-bom:6.0.0",
242242
],
243243
excluded_artifacts = [
244244
"org.hamcrest:hamcrest-all", # Replaced by hamcrest 2

Rakefile

Lines changed: 1 addition & 1 deletion
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/v140:v140.publish
100-
//java/src/org/openqa/selenium/devtools/v138:v138.publish
100+
//java/src/org/openqa/selenium/devtools/v141:v141.publish
101101
//java/src/org/openqa/selenium/devtools/v139:v139.publish
102102
//java/src/org/openqa/selenium/edge:edge.publish
103103
//java/src/org/openqa/selenium/firefox:firefox.publish

0 commit comments

Comments
 (0)