Skip to content

Commit c2af726

Browse files
committed
Use HTTPS instead of HTTP to resolve dependencies
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 <[email protected]>
1 parent 79a806b commit c2af726

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)