Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
f8bee39380 selenium: Update to version 4.37.0 2025-10-18 08:29:21 +00:00
github-actions[bot]
22cb72e1e2 selenium-manager: Update to version 4.37.0 2025-10-18 08:29:20 +00:00
github-actions[bot]
dd078b61e4 julia: Update to version 1.12.1 2025-10-18 08:29:20 +00:00
3 changed files with 13 additions and 13 deletions

View File

@ -1,19 +1,19 @@
{ {
"version": "1.12.0", "version": "1.12.1",
"description": "A programming language that is a fresh approach to technical computing.", "description": "A programming language that is a fresh approach to technical computing.",
"homepage": "https://julialang.org", "homepage": "https://julialang.org",
"license": "MIT", "license": "MIT",
"notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.", "notes": "Use the juliaup package instead for easier management of multiple toolchains, including beta/nightly releases.",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.0-win64.zip", "url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.1-win64.zip",
"hash": "bc196d2b39d672ce139d6f7a67108773c18db069a05d9311852f9fa04192e421", "hash": "bf17422eb9e9a3db16910247cc892f19047e874216f5922fc2d5de4acdb17f02",
"extract_dir": "julia-1.12.0" "extract_dir": "julia-1.12.1"
}, },
"32bit": { "32bit": {
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.0-win32.zip", "url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.1-win32.zip",
"hash": "3c9a0da0bcb5d265f962cf5ca01a3bbb2ea51eff6d8d9e466ac415a2e660d8a4", "hash": "fba59983436e1bc742c2650a0b737ca816457bd46ce78a5fb69fc50ca08e07e2",
"extract_dir": "julia-1.12.0" "extract_dir": "julia-1.12.1"
} }
}, },
"bin": "bin\\julia.exe", "bin": "bin\\julia.exe",

View File

@ -1,12 +1,12 @@
{ {
"version": "4.36.0", "version": "4.37.0",
"description": "Selenium Manager is a command-line tool developed in Rust to allow cross platform execution.", "description": "Selenium Manager is a command-line tool developed in Rust to allow cross platform execution.",
"homepage": "https://www.selenium.dev/documentation/selenium_manager/", "homepage": "https://www.selenium.dev/documentation/selenium_manager/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-fad281f/selenium-manager-windows.exe#/selenium-manager.exe", "url": "https://github.com/SeleniumHQ/selenium_manager_artifacts/releases/download/selenium-manager-ab932d1/selenium-manager-windows.exe#/selenium-manager.exe",
"hash": "ed850d908402805b9ee0205db3370d0afb2feaac16b91bce13ca62cf912f7ec2" "hash": "3540408f80cf2ca03c52ee2399dd4347a94d4f49a8944e099bfac6c5ea38a59f"
} }
}, },
"bin": "selenium-manager.exe", "bin": "selenium-manager.exe",

View File

@ -1,13 +1,13 @@
{ {
"version": "4.36.0", "version": "4.37.0",
"description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances", "description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances",
"homepage": "https://selenium.dev", "homepage": "https://selenium.dev",
"license": "Apache-2.0", "license": "Apache-2.0",
"suggest": { "suggest": {
"JDK": "java/openjdk" "JDK": "java/openjdk"
}, },
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.36.0/selenium-server-4.36.0.jar#/selenium.jar", "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.37.0/selenium-server-4.37.0.jar#/selenium.jar",
"hash": "e4ace22a0355e89f6d06ecd4ba088f07510e1aa2f82ce0911d2d9477846c27c6", "hash": "11c42574cb9578b96a13f2442445eee09b6f17ba6ff8331f65814e96f59341ad",
"bin": "selenium.jar", "bin": "selenium.jar",
"checkver": { "checkver": {
"github": "https://github.com/SeleniumHQ/selenium", "github": "https://github.com/SeleniumHQ/selenium",