Skip to content

Commit e7786fe

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 091136e commit e7786fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biojava-genome/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<repository>
2222
<id>biojava-maven-repo</id>
2323
<name>BioJava repository</name>
24-
<url>http://www.biojava.org/download/maven/</url>
24+
<url>https://www.biojava.org/download/maven/</url>
2525
<snapshots>
2626
<enabled>true</enabled>
2727
</snapshots>

0 commit comments

Comments
 (0)