Skip to content

Commit

Permalink
Merge pull request #157 from JLLeitschuh/fix/JLL/use_https_to_resolve…
Browse files Browse the repository at this point in the history
…_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
sanity committed Jun 26, 2021
2 parents 18b60b5 + b5417a2 commit 3795d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
<repository>
<id>sanity-maven-repo</id>
<name>Sanity's Maven repository on GitHub</name>
<url>http:https://sanity.github.com/maven-repo/repository/</url>
<url>https:https://sanity.github.com/maven-repo/repository/</url>
</repository>
<repository>
<id>twitter</id>
<name>twitter</name>
<url>http:https://maven.twttr.com</url>
<url>https:https://maven.twttr.com</url>
</repository>
</repositories>

Expand Down

0 comments on commit 3795d6d

Please sign in to comment.