Skip to content

Commit

Permalink
Use HTTPS instead of HTTP to resolve dependencies
Browse files Browse the repository at this point in the history
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh <[email protected]>
  • Loading branch information
JLLeitschuh committed Feb 11, 2020
1 parent 7bcd3a6 commit 21ce1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.jkiss.dbeaver.ext.ui.colortheme/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<repositories>
<repository>
<id>eclipse-color-theme</id>
<url>http://eclipse-color-theme.github.com/update</url>
<url>https://eclipse-color-theme.github.com/update</url>
<layout>p2</layout>
</repository>
</repositories>
Expand Down

0 comments on commit 21ce1ed

Please sign in to comment.