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>
  • Loading branch information
JLLeitschuh committed Feb 11, 2020
1 parent 9534a2a commit 4e4e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gradle/pom.xml
Expand Up @@ -18,7 +18,7 @@
<pluginRepositories>
<pluginRepository>
<id>jcenter</id>
<url>http://jcenter.bintray.com/</url>
<url>https://jcenter.bintray.com/</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 4e4e7bd

Please sign in to comment.