From 4459358f34c75860bdf715758ac44a93556fb0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 15:52:59 +0000 Subject: [PATCH 1/2] Bump SpectoLabs/hoverfly from 1.9.1 to 1.9.5 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.9.1 to 1.9.5. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](https://github.com/spectolabs/hoverfly/compare/v1.9.1...v1.9.5) --- updated-dependencies: - dependency-name: SpectoLabs/hoverfly dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot_hack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index 38ee79d..6308df7 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.1 + - uses: SpectoLabs/hoverfly@v1.9.5 From 696ada4d179feb229c1853d9757f1d62cc8e079d Mon Sep 17 00:00:00 2001 From: John Boyes Date: Sun, 2 Jun 2024 18:59:03 +0300 Subject: [PATCH 2/2] Bump Hoverfly version used in devcontainer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1a134b1..1ba22ed 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.1 \ + && export HOVERFLY_VERSION=v1.9.5 \ && 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" \