Skip to content

Commit 0ad67c8

Browse files
authored
Use HTTPS instead of HTTP to resolve dependencies (iluwatar#1184)
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 <Jonathan.Leitschuh@gmail.com>
1 parent a410004 commit 0ad67c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naked-objects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</repository>
5353
<repository>
5454
<id>Cloudbees snapshots</id>
55-
<url>http://repository-estatio.forge.cloudbees.com/snapshot/</url>
55+
<url>https://repository-estatio.forge.cloudbees.com/snapshot/</url>
5656
<snapshots>
5757
</snapshots>
5858
<releases>

0 commit comments

Comments
 (0)