From 0ad67c872635f0246453a4b9ce1a3ea30b5a0cc4 Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Thu, 12 Mar 2020 14:37:36 -0400 Subject: [PATCH] Use HTTPS instead of HTTP to resolve dependencies (#1184) 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 --- naked-objects/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naked-objects/pom.xml b/naked-objects/pom.xml index 0ca5a3ef3..5b7a2e0c7 100644 --- a/naked-objects/pom.xml +++ b/naked-objects/pom.xml @@ -52,7 +52,7 @@ Cloudbees snapshots - http://repository-estatio.forge.cloudbees.com/snapshot/ + https://repository-estatio.forge.cloudbees.com/snapshot/