From 5a556ec3ae32fb83f1239bf08ddb1aae2dcb0539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:22:34 +0300 Subject: [PATCH] Bump SpectoLabs/hoverfly from 1.10.0 to 1.10.1 (#465) * Bump SpectoLabs/hoverfly from 1.10.0 to 1.10.1 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.10.0 to 1.10.1. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](https://github.com/spectolabs/hoverfly/compare/v1.10.0...v1.10.1) --- 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 b032da5..08e2e0b 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.0 \ + && export HOVERFLY_VERSION=v1.10.1 \ && 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 b6bd038..1634d85 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.0 + - uses: SpectoLabs/hoverfly@v1.10.1