Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ad67c8

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 ofHTTPS.Signed-off-by: Jonathan Leitschuh <Jonathan.Leitschuh@gmail.com>
1 parenta410004 commit0ad67c8

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)

[8]ページ先頭

©2009-2025 Movatter.jp