Skip to content

Commit 4fddbcb

Browse files
authored
Merge pull request #128 from JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies
[SECURITY] Use HTTPS to resolve dependencies in Maven Build not a Java code change.
2 parents 2560556 + 234478a commit 4fddbcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,15 @@
238238
</snapshots>
239239
<id>bintray-release</id>
240240
<name>libs-release</name>
241-
<url>http://oss.jfrog.org/artifactory/libs-release</url>
241+
<url>https://oss.jfrog.org/artifactory/libs-release</url>
242242
</repository>
243243
<repository>
244244
<snapshots>
245245
<enabled>true</enabled>
246246
</snapshots>
247247
<id>bintray-snapshot</id>
248248
<name>libs-snapshot</name>
249-
<url>http://oss.jfrog.org/artifactory/libs-snapshot</url>
249+
<url>https://oss.jfrog.org/artifactory/libs-snapshot</url>
250250
</repository>
251251
</repositories>
252252

0 commit comments

Comments
 (0)