From 7f693526271a928e1eb6324e7c041e07b2150ee3 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