From b1c4da9a13cee196df84e6687e9a9b4a1590cbca Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 11 Feb 2020 10:48:33 -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 --- transitime/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transitime/pom.xml b/transitime/pom.xml index 3857691d2..e828aa052 100644 --- a/transitime/pom.xml +++ b/transitime/pom.xml @@ -19,14 +19,14 @@ bintray-kevinlee-maven bintray - http://dl.bintray.com/kevinlee/maven + https://dl.bintray.com/kevinlee/maven onejar-maven-plugin.googlecode.com - http://onejar-maven-plugin.googlecode.com/svn/mavenrepo + https://onejar-maven-plugin.googlecode.com/svn/mavenrepo