Use HTTPS instead of HTTP to resolve dependencies (#1184)
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 <Jonathan.Leitschuh@gmail.com>
This commit is contained in:
parent
a410004a8f
commit
0ad67c8726
@ -52,7 +52,7 @@
|
||||
</repository>
|
||||
<repository>
|
||||
<id>Cloudbees snapshots</id>
|
||||
<url>http://repository-estatio.forge.cloudbees.com/snapshot/</url>
|
||||
<url>https://repository-estatio.forge.cloudbees.com/snapshot/</url>
|
||||
<snapshots>
|
||||
</snapshots>
|
||||
<releases>
|
||||
|
Loading…
x
Reference in New Issue
Block a user