From 96fbebf356b3f5b0fa1c8a69d7c2b2de3f7d504c Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:32:58 -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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8b34c33..9993472 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ asascience asascience - http://maven.asascience.com/maven/thirdparty/ + https://maven.asascience.com/maven/thirdparty/