From 2c2dffc7cdbc3ca23d30867837ddc66aceccc3e9 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 09:14:25 -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 915d22e0e8..7396910df7 100644 --- a/pom.xml +++ b/pom.xml @@ -1067,7 +1067,7 @@ false bintray-plugins - http://dl.bintray.com/kongchen/maven + https://dl.bintray.com/kongchen/maven