From 9d3768109e1aefcdccebe61ab40f3a8338142cb6 Mon Sep 17 00:00:00 2001 From: v-sergei-pyshnoi <121864472+v-sergei-pyshnoi@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:05:11 +0200 Subject: [PATCH] [Ubuntu] Update maven version (#13963) --- 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 faab5dcf5..ad3c899db 100644 --- a/images/ubuntu/toolsets/toolset-2204.json +++ b/images/ubuntu/toolsets/toolset-2204.json @@ -73,7 +73,7 @@ "java": { "default": "11", "versions": [ "8", "11", "17", "21", "25"], - "maven": "3.9.14" + "maven": "3.9.15" }, "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 ef4d15739..2d9d01fc8 100644 --- a/images/ubuntu/toolsets/toolset-2404.json +++ b/images/ubuntu/toolsets/toolset-2404.json @@ -71,7 +71,7 @@ "java": { "default": "17", "versions": [ "8", "11", "17", "21", "25"], - "maven": "3.9.14" + "maven": "3.9.15" }, "android": { "cmdline-tools": "commandlinetools-linux-11076708_latest.zip",