From 942fd8beb210d081fde05b04175f1dae91dddc6b Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Fri, 10 Jan 2025 19:57:37 -0600 Subject: [PATCH] Update Maven to 3.9.* Fixes #11093 Update Maven version to 3.9.9 in Ubuntu toolsets. * Change `maven` version to `3.9.9` in `images/ubuntu/toolsets/toolset-2004.json`. * Change `maven` version to `3.9.9` in `images/ubuntu/toolsets/toolset-2204.json`. * Change `maven` version to `3.9.9` in `images/ubuntu/toolsets/toolset-2404.json`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/11093?shareId=XXXX-XXXX-XXXX-XXXX). --- images/ubuntu/toolsets/toolset-2004.json | 2 +- images/ubuntu/toolsets/toolset-2204.json | 2 +- images/ubuntu/toolsets/toolset-2404.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2004.json b/images/ubuntu/toolsets/toolset-2004.json index a67a5027e9fe..e96d97b2b846 100644 --- a/images/ubuntu/toolsets/toolset-2004.json +++ b/images/ubuntu/toolsets/toolset-2004.json @@ -72,7 +72,7 @@ "java": { "default": "11", "versions": [ "8", "11", "17", "21"], - "maven": "3.8.8" + "maven": "3.9.9" }, "android": { "cmdline-tools": "commandlinetools-linux-9477386_latest.zip", diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 2ac3f5ff173a..8c5b9090a2d4 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -69,7 +69,7 @@ "java": { "default": "11", "versions": [ "8", "11", "17", "21"], - "maven": "3.8.8" + "maven": "3.9.9" }, "android": { "cmdline-tools": "commandlinetools-linux-9477386_latest.zip", diff --git a/images/ubuntu/toolsets/toolset-2404.json b/images/ubuntu/toolsets/toolset-2404.json index 127dffd3ecf0..cf732f67c1bd 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -65,7 +65,7 @@ "java": { "default": "17", "versions": [ "8", "11", "17", "21"], - "maven": "3.8.8" + "maven": "3.9.9" }, "android": { "cmdline-tools": "commandlinetools-linux-11076708_latest.zip",