From b86bab3fe6776f48d58e8351a565c9ee0d5f7ce3 Mon Sep 17 00:00:00 2001 From: RaviAkshintala <167848931+RaviAkshintala@users.noreply.github.com> Date: Mon, 9 Jun 2025 14:38:38 +0530 Subject: [PATCH] [Ubuntu] maven 3.9.9 is not available in the maven repository (#12340) --- images/ubuntu/toolsets/toolset-2204.json | 2 +- images/ubuntu/toolsets/toolset-2404.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/ubuntu/toolsets/toolset-2204.json b/images/ubuntu/toolsets/toolset-2204.json index 2584e4302..84c1a2b7a 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -70,7 +70,7 @@ "java": { "default": "11", "versions": [ "8", "11", "17", "21"], - "maven": "3.9.9" + "maven": "3.9.10" }, "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 a3a546a40..3e8f98ced 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -67,7 +67,7 @@ "java": { "default": "17", "versions": [ "8", "11", "17", "21"], - "maven": "3.9.9" + "maven": "3.9.10" }, "android": { "cmdline-tools": "commandlinetools-linux-11076708_latest.zip",