From 3a2072f07e968046cd70834f7a5c648987b71907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:00:58 +0300 Subject: [PATCH] Bump SpectoLabs/hoverfly from 1.10.3 to 1.10.4 (#472) * Bump SpectoLabs/hoverfly from 1.10.3 to 1.10.4 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](https://github.com/spectolabs/hoverfly/compare/v1.10.3...v1.10.4) --- updated-dependencies: - dependency-name: SpectoLabs/hoverfly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Bump Hoverfly version in Devcontainer --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes --- .devcontainer/Dockerfile | 2 +- .github/workflows/dependabot_hack.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index bbd8932..772c376 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -61,7 +61,7 @@ RUN mkdir -p /tmp/hoverfly \ && cd /tmp/hoverfly || exit \ && export HOVERFLY_PLATFORM=linux_amd64 \ && export HOVERFLY_PLATFORM=linux_amd64 \ - && export HOVERFLY_VERSION=v1.10.3 \ + && export HOVERFLY_VERSION=v1.10.4 \ && export "HOVERFLY_BUNDLE=hoverfly_bundle_$HOVERFLY_PLATFORM" \ && wget -q --show-progress "https://github.com/SpectoLabs/hoverfly/releases/download/$HOVERFLY_VERSION/$HOVERFLY_BUNDLE.zip" \ && unzip "$HOVERFLY_BUNDLE.zip" \ diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index 7f94a64..333a48b 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -26,4 +26,4 @@ jobs: - uses: golang/tools@gopls/v0 - uses: go-delve/delve@v1 - uses: golangci/golangci-lint@v1 - - uses: SpectoLabs/hoverfly@v1.10.3 + - uses: SpectoLabs/hoverfly@v1.10.4