From 2b8cb209f23e430b60efe9ed9590a4b62331fe80 Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Tue, 10 May 2022 17:30:56 +0200 Subject: [PATCH] Update maven version (#36) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ea91ece..077fc6a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "VARIANT": "17-bullseye", // Options "INSTALL_MAVEN": "true", - "MAVEN_VERSION": "3.6.3", + "MAVEN_VERSION": "3.8.5", "INSTALL_GRADLE": "false", "NODE_VERSION": "lts/*" }