Skip to content

Commit 25607b4

Browse files
committed
Use HTTPS for URLs where feasible
1 parent dd4e8ae commit 25607b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@
18161816
<com.fifesoft.autocomplete.version>${autocomplete.version}</com.fifesoft.autocomplete.version>
18171817
<com.fifesoft.languagesupport.version>${languagesupport.version}</com.fifesoft.languagesupport.version>
18181818

1819-
<!-- SLF4J - http://slf4j.org/ -->
1819+
<!-- SLF4J - https://www.slf4j.org/ -->
18201820
<slf4j.version>1.7.32</slf4j.version>
18211821
<slf4j-api.version>${slf4j.version}</slf4j-api.version>
18221822
<slf4j-ext.version>${slf4j.version}</slf4j-ext.version>
@@ -4290,7 +4290,7 @@
42904290
Conflicts with commons-logging:commons-logging.
42914291
If you depend on jackrabbit-webdav, add either
42924292
commons-logging or jcl-over-slfj to your deps.
4293-
See: http://www.slf4j.org/legacy.html#jcl-over-slf4j
4293+
See: https://www.slf4j.org/legacy.html#jcl-over-slf4j
42944294
-->
42954295
<groupId>org.slf4j</groupId>
42964296
<artifactId>jcl-over-slf4j</artifactId>
@@ -4819,7 +4819,7 @@
48194819
<version>${org.postgresql.postgresql.version}</version>
48204820
</dependency>
48214821

4822-
<!-- RSyntaxTextArea - http://bobbylight.github.io/RSyntaxTextArea/ -->
4822+
<!-- RSyntaxTextArea - https://bobbylight.github.io/RSyntaxTextArea/ -->
48234823
<dependency>
48244824
<groupId>com.fifesoft</groupId>
48254825
<artifactId>rsyntaxtextarea</artifactId>
@@ -4836,7 +4836,7 @@
48364836
<version>${com.fifesoft.languagesupport.version}</version>
48374837
</dependency>
48384838

4839-
<!-- SLF4J - http://slf4j.org/ -->
4839+
<!-- SLF4J - https://www.slf4j.org/ -->
48404840
<dependency>
48414841
<groupId>org.slf4j</groupId>
48424842
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)