Skip to content

Commit

Permalink
Bump SpectoLabs/hoverfly from 1.8.0 to 1.9.1 (#444)
Browse files Browse the repository at this point in the history
* Bump SpectoLabs/hoverfly from 1.8.0 to 1.9.1

Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/spectolabs/hoverfly/releases)
- [Commits](SpectoLabs/hoverfly@v1.8.0...v1.9.1)

---
updated-dependencies:
- dependency-name: SpectoLabs/hoverfly
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump hoverfly version in devcontainer Dockerfile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Boyes <[email protected]>
  • Loading branch information
dependabot[bot] and johnboyes authored Apr 29, 2024
1 parent ff28b5e commit 37f4e74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0 \
&& export HOVERFLY_VERSION=v1.9.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" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- uses: golang/tools@gopls/v0
- uses: go-delve/delve@v1
- uses: golangci/golangci-lint@v1
- uses: SpectoLabs/hoverfly@v1.8.0
- uses: SpectoLabs/hoverfly@v1.9.1

0 comments on commit 37f4e74

Please sign in to comment.