Skip to content

Commit

Permalink
test(deps): update dependency gradle to v7.3 (#175)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2021
1 parent 7497cd4 commit 17adec6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.bionic
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN install-tool helm v3.7.1
# renovate: datasource=adoptium-java lookupName=java-jre
RUN install-tool java 11.0.13+8
# renovate: datasource=gradle-version lookupName=gradle versioning=gradle
RUN install-tool gradle 7.2
RUN install-tool gradle 7.3

# renovate: datasource=github-releases lookupName=NixOS/nix
RUN install-tool nix 2.3.10
Expand Down
4 changes: 2 additions & 2 deletions test/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ FROM base as testb
RUN install-tool java-jre 11.0.13+8

# renovate: datasource=gradle-version versioning=gradle
RUN install-tool gradle 7.2
RUN install-tool gradle 7.3

USER 1000

Expand Down Expand Up @@ -80,7 +80,7 @@ ARG APT_HTTP_PROXY
RUN install-tool java 8.0.312+7

# renovate: datasource=gradle-version versioning=gradle
RUN install-tool gradle 7.2
RUN install-tool gradle 7.3

#--------------------------------------
# test: java 16 (non-root)
Expand Down

0 comments on commit 17adec6

Please sign in to comment.