Skip to content

Commit 22f03a2

Browse files
authored
upgraded jdk downloader to 21.0.2 and 17.0.10 (#104)
Signed-off-by: Achal Talati <[email protected]>
1 parent 00c8ef5 commit 22f03a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vscode/src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java/`;
2020

2121
export const ORACLE_JDK_VERSION_FALLBACK_DOWNLOAD_VERSIONS = {
2222
latestVersion :{
23-
version: '21.0.1',
23+
version: '21.0.2',
2424
family: '21'
2525
},
2626
latestLtsVersion :{
27-
version: '17.0.9',
27+
version: '17.0.10',
2828
family: '17'
2929
},
3030
};
3131

3232
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
33-
"21.0.1": "https://download.java.net/java/GA/jdk21.0.1/415e3f918a1f4062a0074a2794853d0d/12/GPL/openjdk-21.0.1"
33+
"21.0.2": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2"
3434
};

0 commit comments

Comments
 (0)