Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body:
id: selenium-version
attributes:
label: What version of Selenium are you currently using?
description: Important! The latest released version of Selenium is 4.34 and we can't fix old versions.
description: Important! The latest released version of Selenium is 4.35 and we can't fix old versions.
placeholder: e.g., 4.17.0
validations:
required: true
Expand Down
7 changes: 6 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Austin Michael Wilkins <42476341+amwilkins@users.noreply.github.com>
BaerMitUmlaut <BaerMitUmlaut@users.noreply.github.com>
Baran Ozgul <baran.ozgul@test.com>
Bartek Florczak <bflorczak@outlook.com>
Ben Beasley <code@musicinmybrain.net>
Ben Congleton <ben@olark.com>
Ben Kucera <14625260+Bkucera@users.noreply.github.com>
Ben Lamm <benlamm25@gmail.com>
Expand Down Expand Up @@ -178,7 +179,7 @@ clubfest <club.fest.on.meteor@gmail.com>
ColinF <cfletch@us.ibm.com>
colons <colons@colons.co>
Connor Shea <connor.james.shea@gmail.com>
Corey Goldberg <cgoldberg@gmail.com>
Corey Goldberg <1113081+cgoldberg@users.noreply.github.com>
Corey Schooler <cschooler@cerner.com>
Coty Rosenblath <coty@pobox.com>
Craig Nishina <craig.nishina@gmail.com>
Expand Down Expand Up @@ -565,6 +566,7 @@ Maid <37146904+ParadiseWitch@users.noreply.github.com>
Malcolm Rowe
MandarJKulkarni <33712629+MandarJKulkarni@users.noreply.github.com>
Maneesh MS <maneesh.ms@oracle.com>
Manikanta Reddy <89578665+MRTamalampudi@users.noreply.github.com>
Manoj Kumar <manoj9788@gmail.com>
Manuel Blanco <mannywhite89@icloud.com>
Marc Fisher <fisherii@google.com>
Expand Down Expand Up @@ -678,10 +680,12 @@ nir-tal-talkspace <71274151+nir-tal-talkspace@users.noreply.github.com>
Nirantak Raghav <nirantak.s.r@gmail.com>
Nitish <kumar-nitish@users.noreply.github.com>
Noel Gordon
Noritaka Kobayashi <arukimedesu1166777@gmail.com>
Nowell Strite <nowell@strite.org>
Nozomi Ito <nozomi.ito@trident-qa.com>
no_author <no_author@gmail.com>
nvonop <nvonop@gmail.com>
nxs7 <69392661+nxs7@users.noreply.github.com>
Oboleninov Anton <anton.oboleninov@saritasa.com>
Oleg Höfling <hoefling@users.noreply.github.com>
Oleg Ridchenko <73664101+oleg-rd@users.noreply.github.com>
Expand Down Expand Up @@ -941,6 +945,7 @@ Zeki Mokhtarzada <zekitm@gmail.com>
zhangwenqiang00 <sun996272309@hotmail.com>
Zhuo Peng <zhuo.peng@vanemy.org>
Ziyu <odduid@gmail.com>
zodac <arouge110@msn.com>
Zoltar - Knower of All
zsong <zsong@example.com>
Ákos Lukács <AkosLukacs42@gmail.com>
Expand Down
12 changes: 6 additions & 6 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ maven.install(
artifacts = [
"com.beust:jcommander:1.82",
"com.github.javaparser:javaparser-core:3.27.0",
"com.github.spotbugs:spotbugs:4.9.3",
"com.github.spotbugs:spotbugs:4.9.4",
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
"com.google.code.findbugs:jsr305:3.0.2",
"com.google.code.gson:gson:2.13.1",
Expand All @@ -188,8 +188,8 @@ maven.install(
"com.google.googlejavaformat:google-java-format:1.28.0",
"com.graphql-java:graphql-java:24.1",
"dev.failsafe:failsafe:3.3.2",
"io.grpc:grpc-context:1.73.0",
"io.lettuce:lettuce-core:6.7.1.RELEASE",
"io.grpc:grpc-context:1.74.0",
"io.lettuce:lettuce-core:6.8.0.RELEASE",
"io.netty:netty-buffer",
"io.netty:netty-codec-http",
"io.netty:netty-codec-http2",
Expand All @@ -208,10 +208,10 @@ maven.install(
"io.opentelemetry:opentelemetry-sdk-trace",
"it.ozimov:embedded-redis:0.7.3",
"net.bytebuddy:byte-buddy:1.17.6",
"org.htmlunit:htmlunit-core-js:4.13.0",
"org.htmlunit:htmlunit-core-js:4.14.0",
"org.apache.commons:commons-exec:1.5.0",
"org.apache.logging.log4j:log4j-core:2.25.1",
"org.assertj:assertj-core:3.27.3",
"org.assertj:assertj-core:3.27.4",
"org.bouncycastle:bcpkix-jdk18on:1.81",
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
"org.hsqldb:hsqldb:2.7.4",
Expand All @@ -233,7 +233,7 @@ maven.install(
"uk.org.webcompere:system-stubs-core:2.1.8",
],
boms = [
"io.opentelemetry:opentelemetry-bom:1.52.0",
"io.opentelemetry:opentelemetry-bom:1.53.0",
"io.netty:netty-bom:4.1.121.Final",
"org.junit:junit-bom:5.13.4",
],
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ JAVA_RELEASE_TARGETS = %w[
//java/src/org/openqa/selenium/chromium:chromium.publish
//java/src/org/openqa/selenium/devtools/v137:v137.publish
//java/src/org/openqa/selenium/devtools/v138:v138.publish
//java/src/org/openqa/selenium/devtools/v136:v136.publish
//java/src/org/openqa/selenium/devtools/v139:v139.publish
//java/src/org/openqa/selenium/edge:edge.publish
//java/src/org/openqa/selenium/firefox:firefox.publish
//java/src/org/openqa/selenium/grid/sessionmap/jdbc:jdbc.publish
Expand Down
Loading
Loading