From f21823fa87ae3dceab08057b2cd5e2c844e5534c Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Tue, 18 Feb 2020 13:57:25 -0500 Subject: [PATCH] fix: use HTTPS instead of HTTP to resolve dependencies in Maven archetype (#4511) 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 --- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksql-udf-quickstart/src/main/resources/archetype-resources/pom.xml b/ksql-udf-quickstart/src/main/resources/archetype-resources/pom.xml index ab96d3d9d230..cfa07b5d4b15 100644 --- a/ksql-udf-quickstart/src/main/resources/archetype-resources/pom.xml +++ b/ksql-udf-quickstart/src/main/resources/archetype-resources/pom.xml @@ -38,7 +38,7 @@ confluent - http://packages.confluent.io/maven/ + https://packages.confluent.io/maven/ ossrh