From f579b2fbaed2d65f39adc67f9a4884d06e032d0a Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 09:03:13 -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 --- livelessons-parent/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/livelessons-parent/pom.xml b/livelessons-parent/pom.xml index 5e4cb4f..200a05f 100644 --- a/livelessons-parent/pom.xml +++ b/livelessons-parent/pom.xml @@ -61,7 +61,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/libs-snapshot-local + https://repo.spring.io/libs-snapshot-local true @@ -69,7 +69,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/libs-milestone-local + https://repo.spring.io/libs-milestone-local false @@ -77,7 +77,7 @@ spring-releases Spring Releases - http://repo.spring.io/libs-release-local + https://repo.spring.io/libs-release-local false