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 00c8ef5 commit 22f03a2Copy full SHA for 22f03a2
vscode/src/constants.ts
@@ -20,15 +20,15 @@ export const ORACLE_JDK_BASE_DOWNLOAD_URL = `https://download.oracle.com/java/`;
20
21
export const ORACLE_JDK_VERSION_FALLBACK_DOWNLOAD_VERSIONS = {
22
latestVersion :{
23
- version: '21.0.1',
+ version: '21.0.2',
24
family: '21'
25
},
26
latestLtsVersion :{
27
- version: '17.0.9',
+ version: '17.0.10',
28
family: '17'
29
30
};
31
32
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"
+ "21.0.2": "https://download.java.net/java/GA/jdk21.0.2/f2283984656d49d69e91c558476027ac/13/GPL/openjdk-21.0.2"
34
0 commit comments