Skip to content

Commit 1a74477

Browse files
authored
Use HTTPS instead of HTTP to resolve dependencies (#448)
This fixes a security vulnerability in this project where the `pom.xml` files were configuring Maven to resolve dependencies over HTTP instead of HTTPS. Signed-off-by: Jonathan Leitschuh <[email protected]>
1 parent fc3b0e3 commit 1a74477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
<repositories>
478478
<repository>
479479
<id>repo.jenkins-ci.org</id>
480-
<url>http://repo.jenkins-ci.org/public/</url>
480+
<url>https://repo.jenkins-ci.org/public/</url>
481481
</repository>
482482
</repositories>
483483

0 commit comments

Comments
 (0)