From d9185c5906f3e34bfb02e7c576329b2cbfa4ee75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:59:14 +0000 Subject: [PATCH] chore(deps): update gradle to v9.3.1 --- docker/order/Dockerfile | 2 +- docker/payment/Dockerfile | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/order/Dockerfile b/docker/order/Dockerfile index f0d8312..9b37bfb 100644 --- a/docker/order/Dockerfile +++ b/docker/order/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application using a Gradle image with JDK. -FROM gradle:9.3.0-jdk25-corretto AS builder +FROM gradle:9.3.1-jdk25-corretto AS builder WORKDIR /home/gradle/project # Copy Gradle files from the correct locations. diff --git a/docker/payment/Dockerfile b/docker/payment/Dockerfile index 0a60bb8..f03e09d 100644 --- a/docker/payment/Dockerfile +++ b/docker/payment/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the application using a Gradle image with JDK. -FROM gradle:9.3.0-jdk25-corretto AS builder +FROM gradle:9.3.1-jdk25-corretto AS builder WORKDIR /home/gradle/project # Copy Gradle files from the correct locations. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 19a6bde..37f78a6 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME