From 93720ab4d6361dcaf429f09c64d5e30dba06a48b Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 00:04:17 -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 --- gitlab-api-plugin/pom.xml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gitlab-api-plugin/pom.xml b/gitlab-api-plugin/pom.xml index 23ad0c5..c53a684 100644 --- a/gitlab-api-plugin/pom.xml +++ b/gitlab-api-plugin/pom.xml @@ -48,7 +48,7 @@ maven.jenkins-ci.org - http://maven.jenkins-ci.org:8081/content/repositories/releases/ + https://maven.jenkins-ci.org:8081/content/repositories/releases/ @@ -63,14 +63,14 @@ repo.jenkins-ci.org - http://repo.jenkins-ci.org/public/ + https://repo.jenkins-ci.org/public/ repo.jenkins-ci.org - http://repo.jenkins-ci.org/public/ + https://repo.jenkins-ci.org/public/ diff --git a/pom.xml b/pom.xml index 9053200..57f7b24 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ maven.jenkins-ci.org - http://maven.jenkins-ci.org:8081/content/repositories/releases/ + https://maven.jenkins-ci.org:8081/content/repositories/releases/