From d6c65a330258cf91f809b7cd89d525ac5512e550 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Sun, 9 Aug 2020 13:04:16 -0400 Subject: [PATCH] Use HTTPS instead of HTTP to resolve dependencies (#1708) 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