diff --git a/composer.json b/composer.json index 9204d26083..09c153cab0 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "stellarwp/assets": "^1.4.6", "stellarwp/admin-notices": "^1.1", "stellarwp/uplink": "2.2.2", - "woocommerce/action-scheduler": "3.9.0" + "woocommerce/action-scheduler": "3.9.2" }, "require-dev": { "automattic/vipwpcs": "^3.0", diff --git a/composer.lock b/composer.lock index 6e368b19fc..df034cf253 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "43dc9d04303566351b97c3942f312a62", + "content-hash": "75e07daed938336816f7bc43d85aa21b", "packages": [ { "name": "firebase/php-jwt", @@ -863,16 +863,16 @@ }, { "name": "woocommerce/action-scheduler", - "version": "3.9.0", + "version": "3.9.2", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler.git", - "reference": "90b98e6fe97d455679b1d288f050cad8f6f79771" + "reference": "efbb7953f72a433086335b249292f280dd43ddfe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/90b98e6fe97d455679b1d288f050cad8f6f79771", - "reference": "90b98e6fe97d455679b1d288f050cad8f6f79771", + "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/efbb7953f72a433086335b249292f280dd43ddfe", + "reference": "efbb7953f72a433086335b249292f280dd43ddfe", "shasum": "" }, "require": { @@ -900,9 +900,9 @@ "homepage": "https://actionscheduler.org/", "support": { "issues": "https://github.com/woocommerce/action-scheduler/issues", - "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.0" + "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.2" }, - "time": "2024-11-15T00:11:39+00:00" + "time": "2025-02-03T09:09:30+00:00" } ], "packages-dev": [ diff --git a/tests/as_integration/Ensure_Latest_AS_Test.php b/tests/as_integration/Ensure_Latest_AS_Test.php index 483aeeda36..6cb281899c 100644 --- a/tests/as_integration/Ensure_Latest_AS_Test.php +++ b/tests/as_integration/Ensure_Latest_AS_Test.php @@ -7,7 +7,7 @@ class Ensure_Latest_AS_Test extends WPTestCase { public function test_latest_as() { - $current_version = '3.9.0'; + $current_version = '3.9.2'; $as_versions = ActionScheduler_Versions::instance(); $loaded_version = $as_versions->latest_version();