diff --git a/resources/psalm.json b/resources/psalm.json index 7a3bc50b..fbf1ed83 100644 --- a/resources/psalm.json +++ b/resources/psalm.json @@ -6,11 +6,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/4.6.1/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/4.6.1/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar", "bin": "%target-dir%/psalm" } }, diff --git a/resources/test.json b/resources/test.json index b0d4c347..b621539a 100644 --- a/resources/test.json +++ b/resources/test.json @@ -19,11 +19,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.21.1/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.21.1/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar", "bin": "%target-dir%/infection" } },