Skip to content

Commit 0285d4c

Browse files
chore(deps): update dependency gradle to v8.14.3 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thor Tudal Lauridsen <[email protected]>
1 parent cc44741 commit 0285d4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/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 21.
2-
FROM gradle:8.14.2-jdk21-corretto AS builder
2+
FROM gradle:8.14.3-jdk21-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-8.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)