Skip to content

Commit

Permalink
test(deps): update dependency gradle to v8.4 (#1543)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 9, 2023
1 parent fe93d34 commit 70a84f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -101,7 +101,7 @@ FROM build as test-java
# renovate: datasource=adoptium-java packageName=java-jre
RUN install-tool java 17.0.8+101
# renovate: datasource=gradle-version packageName=gradle versioning=gradle
RUN install-tool gradle 8.3
RUN install-tool gradle 8.4

#--------------------------------------
# Image: test-node
Expand Down
2 changes: 1 addition & 1 deletion test/java/Dockerfile
Expand Up @@ -90,7 +90,7 @@ FROM base as testb
RUN install-tool java-jre 18.0.2+9

# renovate: datasource=gradle-version versioning=gradle
RUN install-tool gradle 8.3
RUN install-tool gradle 8.4

USER 1000

Expand Down
2 changes: 1 addition & 1 deletion test/java/Dockerfile.arm64
Expand Up @@ -30,7 +30,7 @@ RUN install-tool java 17.0.8+101
FROM test-java as test-gradle

# renovate: datasource=gradle-version packageName=gradle versioning=gradle
RUN install-tool gradle 8.3
RUN install-tool gradle 8.4

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

0 comments on commit 70a84f3

Please sign in to comment.