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

Commit db7170b

Browse files
authored
Update WireMockDownloader.php
1 parent ef88408 commit db7170b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Extension/WireMockDownloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function downloadAndGetLocalJarPath($version)
5353
*/
5454
private function buildUrlForVersion($version)
5555
{
56-
return "http://repo1.maven.org/maven2/com/github/tomakehurst/"
56+
return "https://repo1.maven.org/maven2/com/github/tomakehurst/"
5757
. "wiremock/{$version}/wiremock-{$version}-standalone.jar";
5858
}
5959

0 commit comments

Comments
 (0)