Skip to content

Commit

Permalink
test(deps): update dependency gradle to v8.11 (main) (#3591)
Browse files Browse the repository at this point in the history
test(deps): update dependency gradle to v8.11

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 5880a34 commit 9598048
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ FROM build AS test-java
# renovate: datasource=java-version packageName=java-jre
RUN install-tool java 21.0.5+11.0.LTS
# renovate: datasource=gradle-version packageName=gradle versioning=gradle
RUN install-tool gradle 8.10.2
RUN install-tool gradle 8.11

#--------------------------------------
# Image: test-node
Expand Down
2 changes: 1 addition & 1 deletion test/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ FROM base AS test-gradle-b
RUN install-tool java-jre 21.0.5+11.0.LTS

# renovate: datasource=gradle-version versioning=gradle
RUN install-tool gradle 8.10.2
RUN install-tool gradle 8.11

USER 12021

Expand Down
2 changes: 1 addition & 1 deletion test/java/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN install-tool java 21.0.5+11.0.LTS
FROM test-java AS test-gradle

# renovate: datasource=gradle-version packageName=gradle versioning=gradle
RUN install-tool gradle 8.10.2
RUN install-tool gradle 8.11

#--------------------------------------
# Image: maven
Expand Down

0 comments on commit 9598048

Please sign in to comment.