Skip to content

Commit 6d115cf

Browse files
selenium-cidiemolbonigarcia
authored
[build] Prepare for release of Selenium 4.36.0 (#16332)
* 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 * Update sha256 for signed selenium-manager-windows.exe artifact * Updating tests and linting readme. * Updating Gemfile.lock * Rolling back json upgrade * Pinning rust lock * Pinning rust lock * Removing guards and switching to macOS [skip ci] * Removing guards --------- Co-authored-by: Selenium CI Bot <[email protected]> Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Boni Garcia <[email protected]> Co-authored-by: Diego Molina <[email protected]>
1 parent 2eeadab commit 6d115cf

Some content is hidden

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

61 files changed

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

.github/workflows/ci-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
matrix:
9797
include:
9898
- browser: edge
99-
os: windows
99+
os: macos
100100
with:
101101
name: Remote Tests (${{ matrix.browser }}, ${{ matrix.os }})
102102
browser: ${{ matrix.browser }}

AUTHORS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Andrii Rohovets <[email protected]>
7878
Andy Duncan <[email protected]>
7979
Angie Jones <[email protected]>
8080
anonymous_sdet <[email protected]>
81+
Anthony Richardson <[email protected]>
8182
Anthony Sottile <[email protected]>
8283
Anton Usmansky <[email protected]>
8384
Anton Velma <[email protected]>
@@ -318,6 +319,7 @@ GFHuang <[email protected]>
318319
319320
Ghjuvan Lacambre <[email protected]>
320321
Giorgos Tzampanakis <[email protected]>
322+
Giulio Longfils <[email protected]>
321323
322324
Glib Briia <[email protected]>
323325
Godefroid Chapelle
@@ -367,6 +369,7 @@ Iain Dawson <[email protected]>
367369
Ian Lesperance <[email protected]>
368370
ian zhang <[email protected]>
369371
Iaroslav Naidon <[email protected]>
372+
370373
371374
Ilya Kozhevnikov <[email protected]>
372375
Ilyas Bayraktar <[email protected]>
@@ -681,6 +684,7 @@ Nirantak Raghav <[email protected]>
681684
682685
Noel Gordon
683686
Noritaka Kobayashi <[email protected]>
687+
NoStory-py <[email protected]>
684688
Nowell Strite <[email protected]>
685689
Nozomi Ito <[email protected]>
686690
no_author <[email protected]>
@@ -703,6 +707,7 @@ Outsider <[email protected]>
703707
Paladin Wang <[email protected]>
704708
705709
Palmer Bandy <[email protected]>
710+
Paresh Gupta <[email protected]>
706711
Pat Tullmann <[email protected]>
707712
Patrice Jaton <[email protected]>
708713
Patrick Beart <[email protected]>
@@ -900,6 +905,7 @@ Ulf Adams <[email protected]>
900905
Ulrich Buchgraber <[email protected]>
901906
User253489 <[email protected]>
902907
908+
Vaibhav Gupta <[email protected]>
903909
Valery Yatsynovich <[email protected]>
904910
Varun Menon <[email protected]>
905911
varunsurapaneni <[email protected]>
@@ -908,6 +914,8 @@ vedanthvdev <[email protected]>
908914
909915
910916
Victor Tang <[email protected]>
917+
Victoria Ivanova <[email protected]>
918+
Victoria Ivanova <[email protected]>
911919
Viet Nguyen Duc <[email protected]>
912920
Vijay Singh <[email protected]>
913921
Vijendarn Selvarajah <[email protected]>

MODULE.bazel

Lines changed: 53 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -174,22 +174,22 @@ maven.install(
174174
artifacts = [
175175
"com.beust:jcommander:1.82",
176176
"com.github.javaparser:javaparser-core:3.27.0",
177-
"com.github.spotbugs:spotbugs:4.9.4",
177+
"com.github.spotbugs:spotbugs:4.9.6",
178178
"com.github.stephenc.jcip:jcip-annotations:1.0-1",
179179
"com.google.code.findbugs:jsr305:3.0.2",
180-
"com.google.code.gson:gson:2.13.1",
181-
"com.google.guava:guava:33.4.8-jre",
180+
"com.google.code.gson:gson:2.13.2",
181+
"com.google.guava:guava:33.5.0-jre",
182182
"com.github.ben-manes.caffeine:caffeine:3.2.2",
183183
"com.google.auto:auto-common:1.2.2",
184184
"com.google.auto.service:auto-service:1.1.1",
185185
"com.google.auto.service:auto-service-annotations:1.1.1",
186186
"com.google.googlejavaformat:google-java-format:1.28.0",
187-
"com.google.protobuf:protobuf-java:3.25.5",
187+
"com.google.protobuf:protobuf-java:4.32.1",
188188
"com.google.protobuf.nano:protobuf-javanano:3.1.0",
189189
"com.graphql-java:graphql-java:24.1",
190190
"dev.failsafe:failsafe:3.3.2",
191-
"io.grpc:grpc-context:1.74.0",
192-
"io.lettuce:lettuce-core:6.8.0.RELEASE",
191+
"io.grpc:grpc-context:1.75.0",
192+
"io.lettuce:lettuce-core:6.8.1.RELEASE",
193193
"io.netty:netty-buffer",
194194
"io.netty:netty-codec-http",
195195
"io.netty:netty-codec-http2",
@@ -208,11 +208,11 @@ maven.install(
208208
"io.opentelemetry:opentelemetry-sdk-trace",
209209
"it.ozimov:embedded-redis:0.7.3",
210210
"net.bytebuddy:byte-buddy:1.17.7",
211-
"org.htmlunit:htmlunit-core-js:4.14.0",
211+
"org.htmlunit:htmlunit-core-js:4.16.0",
212212
"org.apache.commons:commons-exec:1.5.0",
213213
"org.apache.logging.log4j:log4j-core:2.25.1",
214214
"org.assertj:assertj-core:3.27.4",
215-
"org.bouncycastle:bcpkix-jdk18on:1.81",
215+
"org.bouncycastle:bcpkix-jdk18on:1.82",
216216
"org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5",
217217
"org.hsqldb:hsqldb:2.7.4",
218218
"org.jboss.marshalling:jboss-marshalling:2.2.3.Final",
@@ -224,8 +224,8 @@ maven.install(
224224
"org.junit.platform:junit-platform-reporting",
225225
"org.junit.platform:junit-platform-commons",
226226
"org.junit.platform:junit-platform-engine",
227-
"org.mockito:mockito-core:5.18.0",
228-
"org.redisson:redisson:3.50.0",
227+
"org.mockito:mockito-core:5.19.0",
228+
"org.redisson:redisson:3.51.0",
229229
"org.slf4j:slf4j-api:2.0.17",
230230
"org.slf4j:slf4j-jdk14:2.0.17",
231231
"org.tomlj:tomlj:1.1.1",
@@ -234,8 +234,8 @@ maven.install(
234234
"uk.org.webcompere:system-stubs-core:2.1.8",
235235
],
236236
boms = [
237-
"io.opentelemetry:opentelemetry-bom:1.53.0",
238-
"io.netty:netty-bom:4.2.4.Final",
237+
"io.opentelemetry:opentelemetry-bom:1.54.0",
238+
"io.netty:netty-bom:4.2.6.Final",
239239
"org.junit:junit-bom:5.13.4",
240240
],
241241
excluded_artifacts = [
@@ -273,81 +273,83 @@ ruby.bundle_fetch(
273273
"//:rb/selenium-webdriver.gemspec",
274274
],
275275
gem_checksums = {
276-
"activesupport-7.2.2.1": "842bcbf8a92977f80fb4750661a237cf5dd4fdd442066b3c35e88afb488647f5",
276+
"activesupport-7.2.2.2": "c54e84bb3d9027f1f372fb8f68203538fcfe0d5ff42801774c03974daa15bef0",
277277
"addressable-2.8.7": "462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232",
278278
"ast-2.4.3": "954615157c1d6a382bc27d690d973195e79db7f55e9765ac7c481c60bdb4d383",
279-
"base64-0.2.0": "0f25e9b21a02a0cc0cea8ef92b2041035d39350946e8789c562b2d1a3da01507",
280-
"benchmark-0.4.0": "0f12f8c495545e3710c3e4f0480f63f06b4c842cc94cec7f33a956f5180e874a",
281-
"bigdecimal-3.1.9": "2ffc742031521ad69c2dfc815a98e426a230a3d22aeac1995826a75dabfad8cc",
282-
"bigdecimal-3.1.9-java": "dd9b8f7c870664cd9538a1325ce385ba57a6627969177258c4f0e661a7be4456",
279+
"base64-0.3.0": "27337aeabad6ffae05c265c450490628ef3ebd4b67be58257393227588f5a97b",
280+
"benchmark-0.4.1": "d4ef40037bba27f03b28013e219b950b82bace296549ec15a78016552f8d2cce",
281+
"bigdecimal-3.2.3": "ffd11d1ac67a0d3b2f44aec0a6487210b3f813f363dd11f1fcccf5ba00da4e1b",
282+
"bigdecimal-3.2.3-java": "7293e87efd050feac875bff1c62335dd5e8ce65d86ad22d7a4a3b5ed4f0ab48d",
283283
"concurrent-ruby-1.3.5": "813b3e37aca6df2a21a3b9f1d497f8cbab24a2b94cab325bffe65ee0f6cbebc6",
284-
"connection_pool-2.5.3": "cfd74a82b9b094d1ce30c4f1a346da23ee19dc8a062a16a85f58eab1ced4305b",
284+
"connection_pool-2.5.4": "e9e1922327416091f3f6542f5f4446c2a20745276b9aa796dd0bb2fd0ea1e70a",
285285
"crack-1.0.0": "c83aefdb428cdc7b66c7f287e488c796f055c0839e6e545fec2c7047743c4a49",
286-
"csv-3.3.4": "e96ecd5a8c3494aa5b596282249daba5c6033203c199248e6146e36d2a78d8cd",
286+
"csv-3.3.5": "6e5134ac3383ef728b7f02725d9872934f523cb40b961479f69cf3afa6c8e73f",
287287
"curb-1.0.9": "07e5b74a4836103ce186827528f76a22d3991a9b7c45f5c10ee18ee7b03feb0d",
288288
"date-3.4.1": "bf268e14ef7158009bfeaec40b5fa3c7271906e88b196d958a89d4b408abe64f",
289289
"date-3.4.1-java": "74740d914c65a922a15657c25ff0e203c16f1d0f7aa910a9ebed712afe9819c4",
290-
"debug-1.10.0": "11e28ca74875979e612444104f3972bd5ffb9e79179907d7ad46dba44bd2e7a4",
291-
"diff-lcs-1.6.1": "12a5a83f3e37a8e2f4427268e305914d5f1879f22b4e73bb1a09f76a3dd86cd4",
292-
"drb-2.2.1": "e9d472bf785f558b96b25358bae115646da0dbfd45107ad858b0bc0d935cb340",
290+
"debug-1.11.0": "1425db64cfa0130c952684e3dc974985be201dd62899bf4bbe3f8b5d6cf1aef2",
291+
"diff-lcs-1.6.2": "9ae0d2cba7d4df3075fe8cd8602a8604993efc0dfa934cff568969efb1909962",
292+
"drb-2.2.3": "0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373",
293+
"erb-5.0.2": "d30f258143d4300fb4ecf430042ac12970c9bb4b33c974a545b8f58c1ec26c0f",
294+
"erb-5.0.2-java": "d000d963afebc166ec7f2499b2b3198d526790cf962c37514d7a85843a60423c",
293295
"ffi-1.17.2": "297235842e5947cc3036ebe64077584bff583cd7a4e94e9a02fdec399ef46da6",
294296
"ffi-1.17.2-java": "94c8516d7c97b21915497b994e41f69e7e8e21d5fc085c498b68e52044e191ec",
295297
"ffi-1.17.2-x64-mingw-ucrt": "15d2da54ee578657a333a6059ed16eaba1cbd794ceecd15944825b65c8381ac0",
296298
"ffi-1.17.2-x86_64-darwin": "981f2d4e32ea03712beb26e55e972797c2c5a7b0257955d8667ba58f2da6440e",
297299
"ffi-1.17.2-x86_64-linux-gnu": "05d2026fc9dbb7cfd21a5934559f16293815b7ce0314846fee2ac8efbdb823ea",
298300
"fileutils-1.7.3": "57271e854b694a87755d76f836f5c57b2c9538ebbaf4b2154bb66addf15eb5da",
299301
"git-1.19.1": "b0a422d9f6517353c48a330d6114de4db9e0c82dbe7202964a1d9f1fbc827d70",
300-
"hashdiff-1.1.2": "2c30eeded6ed3dce8401d2b5b99e6963fe5f14ed85e60dd9e33c545a44b71a77",
302+
"hashdiff-1.2.1": "9c079dbc513dfc8833ab59c0c2d8f230fa28499cc5efb4b8dd276cf931457cd1",
301303
"i18n-1.14.7": "ceba573f8138ff2c0915427f1fc5bdf4aa3ab8ae88c8ce255eb3ecf0a11a5d0f",
302-
"io-console-0.8.0": "cd6a9facbc69871d69b2cb8b926fc6ea7ef06f06e505e81a64f14a470fddefa2",
303-
"io-console-0.8.0-java": "3cc6fd5c66e587145c1fdf8dc40c2e3d851e90722a5d0cc3f38da352f06fe1bd",
304+
"io-console-0.8.1": "1e15440a6b2f67b6ea496df7c474ed62c860ad11237f29b3bd187f054b925fcb",
305+
"io-console-0.8.1-java": "9457a61a7b23aab11e9e9ff67f71ae81d7f1a6a2e582bb5d65d754cbb546c06f",
304306
"irb-1.15.2": "222f32952e278da34b58ffe45e8634bf4afc2dc7aa9da23fed67e581aa50fdba",
305307
"jar-dependencies-0.5.5": "2972b9fcba4b014e6446a84b5c09674a3e8648b95b71768e729f0e8e40568059",
306-
"json-2.11.3": "9a10f658a2de67c0eb837eb795dd48132ce797c403e52b5ebef87dcdc7f9ccc1",
307-
"json-2.11.3-java": "cfe8db24e49073c5bcd93699d106a1c1c9e5bc301fcc0de05965e72fad999a34",
308-
"language_server-protocol-3.17.0.4": "c484626478664fd13482d8180947c50a8590484b1258b99b7aedb3b69df89669",
308+
"json-2.13.2": "02e1f118d434c6b230a64ffa5c8dee07e3ec96244335c392eaed39e1199dbb68",
309+
"json-2.13.2-java": "2e1292c45598a3642216820a821cba89c623f99387b8cb90adb345878f4e5c7d",
310+
"language_server-protocol-3.17.0.5": "fd1e39a51a28bf3eec959379985a72e296e9f9acfce46f6a79d31ca8760803cc",
309311
"lint_roller-1.1.0": "2c0c845b632a7d172cb849cc90c1bce937a28c5c8ccccb50dfd46a485003cc87",
310312
"listen-3.9.0": "db9e4424e0e5834480385197c139cb6b0ae0ef28cc13310cfd1ca78377d59c67",
311313
"logger-1.7.0": "196edec7cc44b66cfb40f9755ce11b392f21f7967696af15d274dde7edff0203",
312314
"minitest-5.25.5": "391b6c6cb43a4802bfb7c93af1ebe2ac66a210293f4a3fb7db36f2fc7dc2c756",
313315
"parallel-1.27.0": "4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130",
314-
"parser-3.3.8.0": "2476364142b307fa5a1b1ece44f260728be23858a9c71078e956131a75453c45",
316+
"parser-3.3.9.0": "94d6929354b1a6e3e1f89d79d4d302cc8f5aa814431a6c9c7e0623335d7687f2",
315317
"pp-0.6.2": "947ec3120c6f92195f8ee8aa25a7b2c5297bb106d83b41baa02983686577b6ff",
316318
"prettyprint-0.2.0": "2bc9e15581a94742064a3cc8b0fb9d45aae3d03a1baa6ef80922627a0766f193",
317319
"prism-1.4.0": "dc0e3e00e93160213dc2a65519d9002a4a1e7b962db57d444cf1a71565bb703e",
318-
"psych-5.2.4": "f2d9810f7f383a6b0fbc705202851e1a55b236bcb8e168ab5dfa5741842ec7c5",
319-
"psych-5.2.4-java": "a3ae584e85e11fd069f17a563ef18f204d3df0fde0c093d35ae494fd64164664",
320+
"psych-5.2.6": "814328aa5dcb6d604d32126a20bc1cbcf05521a5b49dbb1a8b30a07e580f316e",
321+
"psych-5.2.6-java": "0a5f65d47ed1ae3475d062b254e7b2035a259eac578038016d62172dd4cfbd91",
320322
"public_suffix-6.0.2": "bfa7cd5108066f8c9602e0d6d4114999a5df5839a63149d3e8b0f9c1d3558394",
321323
"racc-1.8.1": "4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f",
322324
"racc-1.8.1-java": "54f2e6d1e1b91c154013277d986f52a90e5ececbe91465d29172e49342732b98",
323-
"rack-2.2.13": "ccee101719696a5da12ee9da6fb3b1d20cb329939e089e0e458be6e93667f0fb",
325+
"rack-2.2.17": "5fe02a1ca80d6fb2271dba00985ee2962d6f5620b6f46dfed89f5301ac4699dd",
324326
"rainbow-3.1.1": "039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a",
325-
"rake-13.2.1": "46cb38dae65d7d74b6020a4ac9d48afed8eb8149c040eccf0523bec91907059d",
327+
"rake-13.3.0": "96f5092d786ff412c62fde76f793cc0541bd84d2eb579caa529aa8a059934493",
326328
"rb-fsevent-0.11.2": "43900b972e7301d6570f64b850a5aa67833ee7d87b458ee92805d56b7318aefe",
327329
"rb-inotify-0.11.1": "a0a700441239b0ff18eb65e3866236cd78613d6b9f78fea1f9ac47a85e47be6e",
328-
"rbs-3.9.2": "873b5d01a11f3dc15a7cc3bd66d9d50c3d05fad4fbb73b47704eb96f0ba6faf2",
329-
"rchardet-1.9.0": "26889486cdd83b378652baf7603f71d93e431bb11bc237b4cd8c65151af4a590",
330-
"rdoc-6.13.1": "62a0dac99493c94e8eb7a3fb44e55aefcb4cecb119f7991f25bddc5ed8d472f7",
331-
"regexp_parser-2.10.0": "cb6f0ddde88772cd64bff1dbbf68df66d376043fe2e66a9ef77fcb1b0c548c61",
332-
"reline-0.6.1": "1afcc9d7cb1029cdbe780d72f2f09251ce46d3780050f3ec39c3ccc6b60675fb",
333-
"rexml-3.4.1": "c74527a9a0a04b4ec31dbe0dc4ed6004b960af943d8db42e539edde3a871abca",
334-
"rspec-3.13.0": "d490914ac1d5a5a64a0e1400c1d54ddd2a501324d703b8cfe83f458337bab993",
335-
"rspec-core-3.13.3": "25136507f4f9cf2e8977a2851e64e438b4331646054e345998714108745cdfe4",
336-
"rspec-expectations-3.13.4": "4e43459765dfee900b25aa1361e106ab0799895ede65fc57872069feb559ecd8",
337-
"rspec-mocks-3.13.3": "be08abadfe28e932d03b8e70215cd5972bd7693e0f1a45c7479b11e9a773c3c2",
338-
"rspec-support-3.13.3": "2a61e393f6e18b7228726e0c6869c5d5a1419d37206116c4d917d145276b3f43",
339-
"rubocop-1.75.4": "e0656af44d0811bb40f6d0bd4ed6c8d80c0f05f3444f0e8f0839833dd46d18c6",
340-
"rubocop-ast-1.44.1": "e3cc04203b2ef04f6d6cf5f85fe6d643f442b18cc3b23e3ada0ce5b6521b8e92",
341-
"rubocop-performance-1.25.0": "6f7d03568a770054117a78d0a8e191cefeffb703b382871ca7743831b1a52ec1",
330+
"rbs-3.9.5": "eabaaf60aee84e38cbf94839c6e1b9cd145c7295fc3cc0e88c92e4069b1119b0",
331+
"rchardet-1.10.0": "d5ea2ed61a720a220f1914778208e718a0c7ed2a484b6d357ba695aa7001390f",
332+
"rdoc-6.14.2": "9fdd44df130f856ae70cc9a264dfd659b9b40de369b16581f4ab746e42439226",
333+
"regexp_parser-2.11.3": "ca13f381a173b7a93450e53459075c9b76a10433caadcb2f1180f2c741fc55a4",
334+
"reline-0.6.2": "1dad26a6008872d59c8e05244b119347c9f2ddaf4a53dce97856cd5f30a02846",
335+
"rexml-3.4.4": "19e0a2c3425dfbf2d4fc1189747bdb2f849b6c5e74180401b15734bc97b5d142",
336+
"rspec-3.13.1": "b9f9a58fa915b8d94a1d6b3195fe6dd28c4c34836a6097015142c4a9ace72140",
337+
"rspec-core-3.13.5": "ab3f682897c6131c67f9a17cfee5022a597f283aebe654d329a565f9937a4fa3",
338+
"rspec-expectations-3.13.5": "33a4d3a1d95060aea4c94e9f237030a8f9eae5615e9bd85718fe3a09e4b58836",
339+
"rspec-mocks-3.13.5": "e4338a6f285ada9fe56f5893f5457783af8194f5d08884d17a87321d5195ea81",
340+
"rspec-support-3.13.6": "2e8de3702427eab064c9352fe74488cc12a1bfae887ad8b91cba480ec9f8afb2",
341+
"rubocop-1.81.1": "352a9a6f314a4312f6c305f1f72bc466254d221c95445cd49e1b65d1f9411635",
342+
"rubocop-ast-1.47.1": "592682017855408b046a8190689490763aecea175238232b1b526826349d01ae",
343+
"rubocop-performance-1.26.0": "7bb0d9d9fb2ea122bf6f9a596dd7cf9dc93ab4950923d26c4ae4f328cef71ca9",
342344
"rubocop-rake-0.7.1": "3797f2b6810c3e9df7376c26d5f44f3475eda59eb1adc38e6f62ecf027cbae4d",
343-
"rubocop-rspec-3.6.0": "c0e4205871776727e54dee9cc91af5fd74578001551ba40e1fe1a1ab4b404479",
345+
"rubocop-rspec-3.7.0": "b7b214da112034db9c6d00f2d811a354847e870f7b6ed2482b29649c3d42058f",
344346
"ruby-progressbar-1.13.0": "80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33",
345-
"rubyzip-2.4.1": "8577c88edc1fde8935eb91064c5cb1aef9ad5494b940cf19c775ee833e075615",
347+
"rubyzip-3.1.1": "54c97dd156437018c6914d76df52d10560a3b7784de36b1551e4a0709f958273",
346348
"securerandom-0.4.1": "cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1",
347349
"steep-1.5.3": "7c6302a4d5932d0a46176ebc79766e52b853c223a85525aa2f8911e345123b85",
348350
"stringio-3.1.7": "5b78b7cb242a315fb4fca61a8255d62ec438f58da2b90be66048546ade4507fa",
349-
"strscan-3.1.4": "8e130a503aa6c79352c6ac02a9819507c8b8720c174ce8335e3eb2c8cc2ae042",
350-
"strscan-3.1.4-java": "5551e01d215ba8ac7dadb6dab46b9fb4c33303ba63eaf3e1b0496c078b8d3fb8",
351+
"strscan-3.1.5": "f8413b90ea9395a69609a4414a8c88551bcda64337e234272c24fcd4c83e5947",
352+
"strscan-3.1.5-java": "84805eaad025f64854376608a6dbd49d4a22740ec3f21ba880434a6641621f1e",
351353
"terminal-table-3.0.2": "f951b6af5f3e00203fb290a669e0a85c5dd5b051b3b023392ccfd67ba5abae91",
352354
"tzinfo-2.0.6": "8daf828cc77bcf7d63b0e3bdb6caa47e2272dcfaf4fbfe46f8c3a9df087a829b",
353355
"unicode-display_width-2.6.0": "12279874bba6d5e4d2728cef814b19197dbb10d7a7837a869bab65da943b7f5a",

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ task '//java/test/org/openqa/selenium/environment/webserver:webserver:uber' => [
9696
JAVA_RELEASE_TARGETS = %w[
9797
//java/src/org/openqa/selenium/chrome:chrome.publish
9898
//java/src/org/openqa/selenium/chromium:chromium.publish
99-
//java/src/org/openqa/selenium/devtools/v137:v137.publish
99+
//java/src/org/openqa/selenium/devtools/v140:v140.publish
100100
//java/src/org/openqa/selenium/devtools/v138:v138.publish
101101
//java/src/org/openqa/selenium/devtools/v139:v139.publish
102102
//java/src/org/openqa/selenium/edge:edge.publish
File renamed without changes.

0 commit comments

Comments
 (0)