From 0cf6c4c1882b94116178fd64c8cd77795cdd65e2 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 00:23:00 -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 --- bukkit/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bukkit/pom.xml b/bukkit/pom.xml index b42e2797..f7d1f550 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -65,7 +65,7 @@ dmulloy2-repo - http://repo.dmulloy2.net/nexus/repository/public/ + https://repo.dmulloy2.net/nexus/repository/public/ @@ -83,7 +83,7 @@ placeholderapi - http://repo.extendedclip.com/content/repositories/placeholderapi/ + https://ci.extendedclip.com/plugin/repository/everything/