Skip to content

Commit

Permalink
Use HTTPS instead of HTTP to resolve dependencies
Browse files Browse the repository at this point in the history
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 <Jonathan.Leitschuh@gmail.com>
Closes #37
  • Loading branch information
JLLeitschuh authored and slachiewicz committed Feb 16, 2020
1 parent 45d6479 commit 4768ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</releases>
<id>codehaus.snapshots</id>
<name>Codehaus Snapshot Development Repository</name>
<url>http://snapshots.repository.codehaus.org</url>
<url>https://snapshots.repository.codehaus.org</url>
</repository>
</repositories>

Expand Down

0 comments on commit 4768ac5

Please sign in to comment.