Skip to content

Commit 0580618

Browse files
author
Marky Jackson
authored
Merge pull request #1026 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build
2 parents 79a806b + c2af726 commit 0580618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<repository>
6868
<id>jgit-repository</id>
6969
<name>Eclipse JGit Repository</name>
70-
<url>http://download.eclipse.org/jgit/maven</url>
70+
<url>https://download.eclipse.org/jgit/maven</url>
7171
</repository>
7272
</repositories>
7373

0 commit comments

Comments
 (0)