Skip to content

Commit af37509

Browse files
selenium-cigithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent fc1bdeb commit af37509

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ maven.install(
219219
"org.junit.platform:junit-platform-commons:1.12.1",
220220
"org.junit.platform:junit-platform-engine:1.12.1",
221221
"org.mockito:mockito-core:5.16.1",
222-
"org.redisson:redisson:3.45.0",
222+
"org.redisson:redisson:3.45.1",
223223
"org.slf4j:slf4j-api:2.0.17",
224224
"org.slf4j:slf4j-jdk14:2.0.17",
225225
"org.tomlj:tomlj:1.1.1",

java/maven_install.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": 1019110553,
4-
"__RESOLVED_ARTIFACTS_HASH": 1116102489,
3+
"__INPUT_ARTIFACTS_HASH": -909147016,
4+
"__RESOLVED_ARTIFACTS_HASH": -967821253,
55
"artifacts": {
66
"com.beust:jcommander": {
77
"shasums": {
@@ -739,10 +739,10 @@
739739
},
740740
"org.redisson:redisson": {
741741
"shasums": {
742-
"jar": "e29893a0fd9bd63e5a3963d9b534f44a864872405b373ddd2f93ac96e43374e8",
743-
"sources": "fea7fba78f076717a33b8826af4dec7063f2014b653987e3d0b68e50b6c4f1d2"
742+
"jar": "3a0bbc732cd52ccd14ad2192b4afa9ee2415e1965373dbe870c70e0bc51596c1",
743+
"sources": "c4acc5210d271ab7854e421cc3fcb900685e81c97711a4553ee49a01b383f6b8"
744744
},
745-
"version": "3.45.0"
745+
"version": "3.45.1"
746746
},
747747
"org.slf4j:slf4j-api": {
748748
"shasums": {

javascript/node/selenium-webdriver/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ load("//javascript/private:browsers.bzl", "BROWSERS")
1111

1212
npm_link_all_packages(name = "node_modules")
1313

14-
VERSION = "4.30.0-nightly202502201302"
14+
VERSION = "4.30.0"
1515

1616
BROWSER_VERSIONS = [
1717
"v134",

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "selenium"
7-
version = "4.30.0.202502201302"
7+
version = "4.30.0"
88
license = { text = "Apache 2.0" }
99
description = "Official Python bindings for Selenium WebDriver."
1010
readme = "README.rst"

0 commit comments

Comments
 (0)