diff --git a/bucket/pester.json b/bucket/pester.json index ca33b3abc0..c806c763b8 100644 --- a/bucket/pester.json +++ b/bucket/pester.json @@ -1,11 +1,11 @@ { - "version": "5.2.1", + "version": "5.2.2", "description": "Pester is a test and mock framework for PowerShell.", "homepage": "https://github.com/pester/Pester", "license": "Apache-2.0", - "url": "https://github.com/pester/pester/archive/5.2.1.tar.gz", - "hash": "5740828fe5cfdbe09e1fe45ea9ba9ab07968328bd2b0d1bada33047dfcaa3379", - "extract_dir": "pester-5.2.1", + "url": "https://github.com/pester/pester/archive/5.2.2.tar.gz", + "hash": "2e8b9d4820216b303d10e735555783ec6fc3c081bdd1b373ee6b72b75ee12e19", + "extract_dir": "pester-5.2.2", "bin": "bin\\pester.bat", "post_install": [ "$import = \"try { `$null = gcm pester -ea stop; import-module `\"$dir\\pester.psm1`\" } catch { }\"",