From 9cdebb186e4b7b2210c23b261ac76a03ebb34fbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:00:59 +0000 Subject: [PATCH] Update Gradle to v9.4 --- apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml | 2 +- apps/faf-legacy-deployment/templates/deploy-coop.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml index aa558b9e..cd0a8913 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop-maps.yaml @@ -20,7 +20,7 @@ spec: template: spec: containers: - - image: gradle:9.2-jdk21 + - image: gradle:9.4-jdk21 imagePullPolicy: Always name: faf-deploy-coop workingDir: /workspace diff --git a/apps/faf-legacy-deployment/templates/deploy-coop.yaml b/apps/faf-legacy-deployment/templates/deploy-coop.yaml index ac01eb55..9d1c5c1b 100644 --- a/apps/faf-legacy-deployment/templates/deploy-coop.yaml +++ b/apps/faf-legacy-deployment/templates/deploy-coop.yaml @@ -20,7 +20,7 @@ spec: template: spec: containers: - - image: gradle:9.2-jdk21 + - image: gradle:9.4-jdk21 imagePullPolicy: Always name: faf-deploy-coop workingDir: /workspace