Skip to content

Commit d9185c5

Browse files
chore(deps): update gradle to v9.3.1
1 parent bed0eb6 commit d9185c5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker/order/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application using a Gradle image with JDK.
2-
FROM gradle:9.3.0-jdk25-corretto AS builder
2+
FROM gradle:9.3.1-jdk25-corretto AS builder
33
WORKDIR /home/gradle/project
44

55
# Copy Gradle files from the correct locations.

docker/payment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build the application using a Gradle image with JDK.
2-
FROM gradle:9.3.0-jdk25-corretto AS builder
2+
FROM gradle:9.3.1-jdk25-corretto AS builder
33
WORKDIR /home/gradle/project
44

55
# Copy Gradle files from the correct locations.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)