Skip to content

Commit fd9773e

Browse files
Fix code scanning alert no. 65: Failure to use HTTPS or SFTP URL in Maven artifact upload/download
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent be7bcfc commit fd9773e

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
@@ -38,7 +38,7 @@
3838
<repository>
3939
<id>maven-restlet</id>
4040
<name>Public online Restlet repository</name>
41-
<url>http://maven.restlet.org</url>
41+
<url>https://maven.restlet.org</url>
4242
</repository>
4343
</repositories>
4444

0 commit comments

Comments
 (0)