Skip to content

Commit 4c00791

Browse files
JLLeitschuhmariuszs
authored andcommitted
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 8d9db59 commit 4c00791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
<distributionManagement>
4242
<repository>
4343
<id>sonatype-nexus-staging</id>
44-
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
44+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4545
</repository>
4646
<snapshotRepository>
4747
<id>sonatype-nexus-snapshots</id>
48-
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
48+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
4949
</snapshotRepository>
5050
</distributionManagement>
5151
<properties>

0 commit comments

Comments
 (0)