From 85a59ed84cc42692fb3e190c7ef3975bab0c5112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:19:00 +0000 Subject: [PATCH] build(deps): bump the go-httpbin group across 2 directories with 1 update Bumps the go-httpbin group with 1 update in the /.ci directory: [mccutchen/go-httpbin](https://github.com/mccutchen/go-httpbin). Bumps the go-httpbin group with 1 update in the /.devcontainer directory: [mccutchen/go-httpbin](https://github.com/mccutchen/go-httpbin). Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.21.0...v2.23.0) Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.21.0...v2.23.0) Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.21.0...v2.23.0) Updates `mccutchen/go-httpbin` from 2.21 to 2.23 - [Release notes](https://github.com/mccutchen/go-httpbin/releases) - [Commits](https://github.com/mccutchen/go-httpbin/compare/v2.21.0...v2.23.0) --- updated-dependencies: - dependency-name: mccutchen/go-httpbin dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin - dependency-name: mccutchen/go-httpbin dependency-version: '2.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-httpbin ... Signed-off-by: dependabot[bot] --- .ci/docker-compose.yml | 2 +- .devcontainer/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker-compose.yml b/.ci/docker-compose.yml index e48be59..0e8ae98 100644 --- a/.ci/docker-compose.yml +++ b/.ci/docker-compose.yml @@ -16,7 +16,7 @@ services: httpbin: container_name: ci_httpbin - image: ghcr.io/mccutchen/go-httpbin:2.21 + image: ghcr.io/mccutchen/go-httpbin:2.23 ports: - "127.0.0.1:8081:8081" command: ["go-httpbin", "-port", "8081"] diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index e8a2471..4dce701 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -26,7 +26,7 @@ services: httpbin: container_name: gotify-httpbin - image: ghcr.io/mccutchen/go-httpbin:2.21 + image: ghcr.io/mccutchen/go-httpbin:2.23 ports: - "8081:8081" command: ["go-httpbin", "-port", "8081"]