Skip to content

Commit fa4ecb3

Browse files
committed
Updated JDK 23 CPU URL
1 parent 8361d71 commit fa4ecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export namespace jdkDownloaderConstants {
3333
export const ORACLE_JDK_DOWNLOAD_VERSIONS = ['23', '21'];
3434

3535
export const OPEN_JDK_VERSION_DOWNLOAD_LINKS: { [key: string]: string } = {
36-
"23": "https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL/openjdk-23.0.1"
36+
"23": "https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL/openjdk-23.0.2"
3737
};
3838
}
3939

0 commit comments

Comments
 (0)