From c77fb64e345dc1aa159a5e6e5e624f632709d0ec Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 10:02:52 -0500 Subject: [PATCH] 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 --- RapidFTR-Android/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RapidFTR-Android/pom.xml b/RapidFTR-Android/pom.xml index 3d069986..e0accdfe 100644 --- a/RapidFTR-Android/pom.xml +++ b/RapidFTR-Android/pom.xml @@ -62,7 +62,7 @@ MavenCentral Maven repository - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/