From 165703d1dfaca5b0e4a725eb830ea225049989f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:09:41 +0000 Subject: [PATCH 1/2] Bump SpectoLabs/hoverfly from 1.10.1 to 1.10.2 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](https://github.com/spectolabs/hoverfly/compare/v1.10.1...v1.10.2) --- 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 1634d85..5a60745 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.1 + - uses: SpectoLabs/hoverfly@v1.10.2 From 836b3ebf105f94c16a637e955596c15186393183 Mon Sep 17 00:00:00 2001 From: John Boyes Date: Fri, 26 Jul 2024 13:08:17 +0300 Subject: [PATCH 2/2] Bump Hoverfly version in devcontainer --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 08e2e0b..9c8a36f 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.1 \ + && export HOVERFLY_VERSION=v1.10.2 \ && 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" \