From a190ca7da241121bbdf8786ce6f1b913686c9f83 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Mon, 10 Feb 2020 22:00:04 -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 --- documentation/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/pom.xml b/documentation/pom.xml index ae99949873..07b701b52b 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -207,7 +207,7 @@ rubygems-proxy Rubygems Proxy - http://rubygems-proxy.torquebox.org/releases + https://rubygems-proxy.torquebox.org/releases default true @@ -300,7 +300,7 @@ rubygems-proxy Rubygems Proxy - http://rubygems-proxy.torquebox.org/releases + https://rubygems-proxy.torquebox.org/releases default true