Skip to content

Commit

Permalink
Merge pull request #67 from BulkSecurityGeneratorProjectV2/fix/JLL/us…
Browse files Browse the repository at this point in the history
…e_https_to_resolve_dependencies_maven

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
howardchung authored Dec 18, 2023
2 parents 4937d1a + 875bfa9 commit 4f5de96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<repository>
<id>sonatype.oss.snapshots</id>
<name>Sonatype OSS Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit 4f5de96

Please sign in to comment.