Use HTTPS instead of HTTP to resolve dependencies
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
3517697904
commit
92b76beff4
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -18,7 +18,7 @@
|
|||
<repository>
|
||||
<id>jcenter</id>
|
||||
<name>bintray</name>
|
||||
<url>http://jcenter.bintray.com</url>
|
||||
<url>https://jcenter.bintray.com</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue