We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4391d92 commit ad85339Copy full SHA for ad85339
src/main/java/de/jadenk/springcloud/service/UpdateService.java
@@ -57,7 +57,7 @@ public String fetchLatestVersion() {
57
58
public String checkForUpdateAndUpdateIfNeeded() {
59
try {
60
- URL url = new URL("https://api.github.com/repos/Verpxnter/SpringCloud/releases/latest");
+ URL url = new URL("https://api.github.com/repos/JadenK/SpringCloud/releases/latest");
61
HttpURLConnection con = (HttpURLConnection) url.openConnection();
62
con.setRequestMethod("GET");
63
con.setRequestProperty("Accept", "application/vnd.github.v3+json");
src/main/resources/keystore.p12
-4.16 KB
0 commit comments