From c55e64c8d4c60c46f2c5cf5131d3f3f8956f0450 Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:29:09 -0400 Subject: [PATCH] [DEV-1] Upgrade to Java 21 (#45) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 891787a..75be257 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "maven:3-eclipse-temurin-17", + "image": "maven:3-eclipse-temurin-21", "postAttachCommand": "mvn compile", "shutdownAction": "stopContainer", "forwardPorts": [