Skip to content

Commit 2a4c61c

Browse files
authored
[build] Prepare for release of Selenium 4.34.0 (#15958)
1 parent f1c075c commit 2a4c61c

Some content is hidden

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

60 files changed

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

AUTHORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ AdamPDotty <[email protected]>
1717
Adi Roiban <[email protected]>
1818
1919
Aditya Pratap Singh <[email protected]>
20+
Adolfo Armas <[email protected]>
2021
Adrian Dymorz <[email protected]>
2122
Adrian Leonhard <[email protected]>
2223
Agustin Pequeno <[email protected]>
@@ -35,8 +36,10 @@ albertor24 <[email protected]>
3536
Aleksei Moskvin <[email protected]>
3637
3738
39+
3840
Alex Eagle <[email protected]>
3941
Alex Henrie <[email protected]>
42+
Alex Popov <[email protected]>
4043
Alex Rodionov <[email protected]>
4144
Alex Savchuk <[email protected]>
4245
Alexander Bayandin <[email protected]>
@@ -126,6 +129,7 @@ Boris Osipov <[email protected]>
126129
Boris Petrov <[email protected]>
127130
Boris Wrubel <[email protected]>
128131
bozdemir84 <[email protected]>
132+
Bradley Latreille <[email protected]>
129133
Branden Cash <[email protected]>
130134
Brandon Walderman <[email protected]>
131135
Brandon Williams <[email protected]>
@@ -368,6 +372,7 @@ Ilyas Bayraktar <[email protected]>
368372
Immanuel Hayden <[email protected]>
369373
Indomitable <[email protected]>
370374
Innokenty Shuvalov <[email protected]>
375+
Ioan Giurgiu <[email protected]>
371376
Isaac A. Murchie <[email protected]>
372377
Isaul Vargas <[email protected]>
373378
@@ -547,6 +552,7 @@ Lucas Diniz <[email protected]>
547552
Lucas Tierney <[email protected]>
548553
Luis Correia <[email protected]>
549554
Luis Pflamminger <[email protected]>
555+
Luis Serna <[email protected]>
550556
Luke Hill <[email protected]>
551557
Luke Inman-Semerau <[email protected]>
552558
@@ -802,6 +808,7 @@ Seth Lemanek <[email protected]>
802808
Seva Lotoshnikov <[email protected]>
803809
804810
811+
Shaurya Bisht <[email protected]>
805812
Shay Dratler <[email protected]>
806813
807814

MODULE.bazel

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ maven.install(
175175
name = "maven",
176176
artifacts = [
177177
"com.beust:jcommander:1.82",
178-
"com.github.javaparser:javaparser-core:3.26.4",
178+
"com.github.javaparser:javaparser-core:3.27.0",
179179
"com.github.spotbugs:spotbugs:4.9.3",
180180
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
181181
"com.google.code.findbugs:jsr305:3.0.2",
@@ -187,8 +187,8 @@ maven.install(
187187
"com.google.googlejavaformat:google-java-format:1.27.0",
188188
"com.graphql-java:graphql-java:22.3",
189189
"dev.failsafe:failsafe:3.3.2",
190-
"io.grpc:grpc-context:1.72.0",
191-
"io.lettuce:lettuce-core:6.6.0.RELEASE",
190+
"io.grpc:grpc-context:1.73.0",
191+
"io.lettuce:lettuce-core:6.7.1.RELEASE",
192192
"io.netty:netty-buffer",
193193
"io.netty:netty-codec-http",
194194
"io.netty:netty-codec-http2",
@@ -207,11 +207,11 @@ maven.install(
207207
"io.opentelemetry:opentelemetry-sdk-trace",
208208
"it.ozimov:embedded-redis:0.7.3",
209209
"net.bytebuddy:byte-buddy:1.17.6",
210-
"org.htmlunit:htmlunit-core-js:4.12.0",
211-
"org.apache.commons:commons-exec:1.4.0",
212-
"org.apache.logging.log4j:log4j-core:2.24.3",
210+
"org.htmlunit:htmlunit-core-js:4.13.0",
211+
"org.apache.commons:commons-exec:1.5.0",
212+
"org.apache.logging.log4j:log4j-core:2.25.0",
213213
"org.assertj:assertj-core:3.27.3",
214-
"org.bouncycastle:bcpkix-jdk18on:1.80",
214+
"org.bouncycastle:bcpkix-jdk18on:1.81",
215215
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
216216
"org.hsqldb:hsqldb:2.7.4",
217217
"org.jspecify:jspecify:1.0.0",
@@ -223,7 +223,7 @@ maven.install(
223223
"org.junit.platform:junit-platform-commons",
224224
"org.junit.platform:junit-platform-engine",
225225
"org.mockito:mockito-core:5.18.0",
226-
"org.redisson:redisson:3.47.0",
226+
"org.redisson:redisson:3.50.0",
227227
"org.slf4j:slf4j-api:2.0.17",
228228
"org.slf4j:slf4j-jdk14:2.0.17",
229229
"org.tomlj:tomlj:1.1.1",
@@ -232,9 +232,9 @@ maven.install(
232232
"uk.org.webcompere:system-stubs-core:2.1.8",
233233
],
234234
boms = [
235-
"io.opentelemetry:opentelemetry-bom:1.50.0",
235+
"io.opentelemetry:opentelemetry-bom:1.51.0",
236236
"io.netty:netty-bom:4.1.121.Final",
237-
"org.junit:junit-bom:5.12.2",
237+
"org.junit:junit-bom:5.13.2",
238238
],
239239
excluded_artifacts = [
240240
"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/v137:v137.publish
100-
//java/src/org/openqa/selenium/devtools/v135:v135.publish
100+
//java/src/org/openqa/selenium/devtools/v138:v138.publish
101101
//java/src/org/openqa/selenium/devtools/v136:v136.publish
102102
//java/src/org/openqa/selenium/edge:edge.publish
103103
//java/src/org/openqa/selenium/firefox:firefox.publish

0 commit comments

Comments
 (0)