diff --git a/devcontainer.json b/devcontainer.json index a7a5c984..96404779 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -138,7 +138,7 @@ "java.server.launchMode": "Standard", "java.configuration.runtimes": [ { - "name": "JavaSE-22", + "name": "JavaSE-23", "path": "/opt/jdk", "default": true }