From bb2cbb8c9d0e0c40d3f5043a6bd2628516d28130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:38:19 +0300 Subject: [PATCH] Bump SpectoLabs/hoverfly from 1.9.5 to 1.10.0 (#464) * Bump SpectoLabs/hoverfly from 1.9.5 to 1.10.0 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.9.5 to 1.10.0. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](https://github.com/spectolabs/hoverfly/compare/v1.9.5...v1.10.0) --- updated-dependencies: - dependency-name: SpectoLabs/hoverfly dependency-type: direct:production update-type: version-update:semver-minor ... 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 c303a4a..b032da5 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.9.5 \ + && export HOVERFLY_VERSION=v1.10.0 \ && 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 0003f10..b6bd038 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.9.5 + - uses: SpectoLabs/hoverfly@v1.10.0