Skip to content

Commit

Permalink
chore(deps): update dependency dart to v3.6.2 (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 2dfa7ba commit 08f313f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ARG CSHARP_CSHARPIER_VERSION=0.30.6
# renovate: datasource=nuget depName=roslynator.dotnet.cli
ARG CSHARP_ROSLYNATOR_VERSION=0.10.0
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.6.1'
ARG DART_VERSION='3.6.2'
# renovate: datasource=github-tags depName=golangci/golangci-lint
ARG GO_GOLANGCI_LINT_VERSION=1.63.4
# renovate: datasource=github-tags depName=pmd/pmd extractVersion=^pmd_releases/(?<version>.*)$
Expand Down
2 changes: 1 addition & 1 deletion linters/dart_dartanalyzer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FROM python:3.12.8-alpine3.21
#############################################################################################
#ARG__START
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.6.1'
ARG DART_VERSION='3.6.2'
#ARG__END

####################
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/dart.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ linters:
dockerfile:
- |-
# renovate: datasource=dart-version depName=dart
ARG DART_VERSION='3.6.1'
ARG DART_VERSION='3.6.2'
- |
RUN wget --tries=5 https://storage.googleapis.com/dart-archive/channels/stable/release/${DART_VERSION}/sdk/dartsdk-linux-x64-release.zip -O - -q | unzip -q - \
&& mkdir -p /usr/lib/dart \
Expand Down

0 comments on commit 08f313f

Please sign in to comment.