Skip to content

Commit 1c58e50

Browse files
selenium-cidiemol
andauthored
[build] Prepare for release of Selenium 4.35.0 (#16160)
* update devtools versions * update selenium manager versions * update maven dependency versions * update authors file * bump versions in preparation for release * WIP - rough auto-update of changelog, please edit * Fixing changelogs and downgrading Netty to 4.1.121 --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent 4ecdae3 commit 1c58e50

Some content is hidden

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

56 files changed

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

AUTHORS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Austin Michael Wilkins <[email protected]>
103103
BaerMitUmlaut <[email protected]>
104104
Baran Ozgul <[email protected]>
105105
Bartek Florczak <[email protected]>
106+
Ben Beasley <[email protected]>
106107
Ben Congleton <[email protected]>
107108
Ben Kucera <[email protected]>
108109
@@ -178,7 +179,7 @@ clubfest <[email protected]>
178179
179180
180181
Connor Shea <[email protected]>
181-
Corey Goldberg <cgoldberg@gmail.com>
182+
Corey Goldberg <1113081+cgoldberg@users.noreply.github.com>
182183
Corey Schooler <[email protected]>
183184
Coty Rosenblath <[email protected]>
184185
Craig Nishina <[email protected]>
@@ -565,6 +566,7 @@ Maid <[email protected]>
565566
Malcolm Rowe
566567
MandarJKulkarni <[email protected]>
567568
Maneesh MS <[email protected]>
569+
Manikanta Reddy <[email protected]>
568570
Manoj Kumar <[email protected]>
569571
Manuel Blanco <[email protected]>
570572
Marc Fisher <[email protected]>
@@ -678,10 +680,12 @@ nir-tal-talkspace <[email protected]>
678680
Nirantak Raghav <[email protected]>
679681
680682
Noel Gordon
683+
Noritaka Kobayashi <[email protected]>
681684
Nowell Strite <[email protected]>
682685
Nozomi Ito <[email protected]>
683686
no_author <[email protected]>
684687
688+
685689
Oboleninov Anton <[email protected]>
686690
Oleg Höfling <[email protected]>
687691
Oleg Ridchenko <[email protected]>
@@ -941,6 +945,7 @@ Zeki Mokhtarzada <[email protected]>
941945
zhangwenqiang00 <[email protected]>
942946
Zhuo Peng <[email protected]>
943947
948+
944949
Zoltar - Knower of All
945950
946951
Ákos Lukács <[email protected]>

MODULE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ maven.install(
176176
artifacts = [
177177
"com.beust:jcommander:1.82",
178178
"com.github.javaparser:javaparser-core:3.27.0",
179-
"com.github.spotbugs:spotbugs:4.9.3",
179+
"com.github.spotbugs:spotbugs:4.9.4",
180180
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
181181
"com.google.code.findbugs:jsr305:3.0.2",
182182
"com.google.code.gson:gson:2.13.1",
@@ -188,8 +188,8 @@ maven.install(
188188
"com.google.googlejavaformat:google-java-format:1.28.0",
189189
"com.graphql-java:graphql-java:24.1",
190190
"dev.failsafe:failsafe:3.3.2",
191-
"io.grpc:grpc-context:1.73.0",
192-
"io.lettuce:lettuce-core:6.7.1.RELEASE",
191+
"io.grpc:grpc-context:1.74.0",
192+
"io.lettuce:lettuce-core:6.8.0.RELEASE",
193193
"io.netty:netty-buffer",
194194
"io.netty:netty-codec-http",
195195
"io.netty:netty-codec-http2",
@@ -208,10 +208,10 @@ maven.install(
208208
"io.opentelemetry:opentelemetry-sdk-trace",
209209
"it.ozimov:embedded-redis:0.7.3",
210210
"net.bytebuddy:byte-buddy:1.17.6",
211-
"org.htmlunit:htmlunit-core-js:4.13.0",
211+
"org.htmlunit:htmlunit-core-js:4.14.0",
212212
"org.apache.commons:commons-exec:1.5.0",
213213
"org.apache.logging.log4j:log4j-core:2.25.1",
214-
"org.assertj:assertj-core:3.27.3",
214+
"org.assertj:assertj-core:3.27.4",
215215
"org.bouncycastle:bcpkix-jdk18on:1.81",
216216
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
217217
"org.hsqldb:hsqldb:2.7.4",
@@ -233,7 +233,7 @@ maven.install(
233233
"uk.org.webcompere:system-stubs-core:2.1.8",
234234
],
235235
boms = [
236-
"io.opentelemetry:opentelemetry-bom:1.52.0",
236+
"io.opentelemetry:opentelemetry-bom:1.53.0",
237237
"io.netty:netty-bom:4.1.121.Final",
238238
"org.junit:junit-bom:5.13.4",
239239
],

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/v137:v137.publish
100100
//java/src/org/openqa/selenium/devtools/v138:v138.publish
101-
//java/src/org/openqa/selenium/devtools/v136:v136.publish
101+
//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
104104
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish

0 commit comments

Comments
 (0)