Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Update WireMockDownloader.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel authored Jan 21, 2020
1 parent ef88408 commit db7170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/WireMockDownloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function downloadAndGetLocalJarPath($version)
*/
private function buildUrlForVersion($version)
{
return "http://repo1.maven.org/maven2/com/github/tomakehurst/"
return "https://repo1.maven.org/maven2/com/github/tomakehurst/"
. "wiremock/{$version}/wiremock-{$version}-standalone.jar";
}

Expand Down

0 comments on commit db7170b

Please sign in to comment.