From 4ff2a0fc55ba84a0188724373c41c9d3cfa7df85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 18:15:04 +0200 Subject: [PATCH] chore(deps): Bump github.com/cosmos/ibc-go/v8 from 8.5.0 to 8.5.1 (#3338) * chore(deps): Bump github.com/cosmos/ibc-go/v8 from 8.5.0 to 8.5.1 Bumps [github.com/cosmos/ibc-go/v8](https://github.com/cosmos/ibc-go) from 8.5.0 to 8.5.1. - [Release notes](https://github.com/cosmos/ibc-go/releases) - [Changelog](https://github.com/cosmos/ibc-go/blob/v8.5.1/CHANGELOG.md) - [Commits](https://github.com/cosmos/ibc-go/compare/v8.5.0...v8.5.1) --- updated-dependencies: - dependency-name: github.com/cosmos/ibc-go/v8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * add changelog entries --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mpoke --- .changelog/unreleased/dependencies/3305-bump-ibc.md | 3 --- .changelog/unreleased/dependencies/3338-bump-ibc.md | 3 +++ go.mod | 2 +- go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 .changelog/unreleased/dependencies/3305-bump-ibc.md create mode 100644 .changelog/unreleased/dependencies/3338-bump-ibc.md diff --git a/.changelog/unreleased/dependencies/3305-bump-ibc.md b/.changelog/unreleased/dependencies/3305-bump-ibc.md deleted file mode 100644 index 8cb82f09d87..00000000000 --- a/.changelog/unreleased/dependencies/3305-bump-ibc.md +++ /dev/null @@ -1,3 +0,0 @@ -- Bump [ibc-go](https://github.com/cosmos/ibc-go) to - [v8.5.0](https://github.com/cosmos/ibc-go/releases/tag/v8.5.0) - ([\#3305](https://github.com/cosmos/gaia/pull/3305)) \ No newline at end of file diff --git a/.changelog/unreleased/dependencies/3338-bump-ibc.md b/.changelog/unreleased/dependencies/3338-bump-ibc.md new file mode 100644 index 00000000000..69d370fc243 --- /dev/null +++ b/.changelog/unreleased/dependencies/3338-bump-ibc.md @@ -0,0 +1,3 @@ +- Bump [ibc-go](https://github.com/cosmos/ibc-go) to + [v8.5.1](https://github.com/cosmos/ibc-go/releases/tag/v8.5.1) + ([\#3338](https://github.com/cosmos/gaia/pull/3338)) \ No newline at end of file diff --git a/go.mod b/go.mod index 89216105781..16bcb2f55f8 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2 github.com/cosmos/ibc-apps/modules/rate-limiting/v8 v8.0.0 github.com/cosmos/ibc-go/modules/capability v1.0.1 - github.com/cosmos/ibc-go/v8 v8.5.0 + github.com/cosmos/ibc-go/v8 v8.5.1 github.com/cosmos/interchain-security/v6 v6.0.0-rc0 github.com/google/gofuzz v1.2.0 github.com/gorilla/mux v1.8.1 diff --git a/go.sum b/go.sum index 1355f4c9632..38184ecbb70 100644 --- a/go.sum +++ b/go.sum @@ -439,8 +439,8 @@ github.com/cosmos/ibc-go/modules/apps/callbacks v0.2.1-0.20231113120333-342c00b0 github.com/cosmos/ibc-go/modules/apps/callbacks v0.2.1-0.20231113120333-342c00b0f8bd/go.mod h1:JWfpWVKJKiKtd53/KbRoKfxWl8FsT2GPcNezTOk0o5Q= github.com/cosmos/ibc-go/modules/capability v1.0.1 h1:ibwhrpJ3SftEEZRxCRkH0fQZ9svjthrX2+oXdZvzgGI= github.com/cosmos/ibc-go/modules/capability v1.0.1/go.mod h1:rquyOV262nGJplkumH+/LeYs04P3eV8oB7ZM4Ygqk4E= -github.com/cosmos/ibc-go/v8 v8.5.0 h1:OjaSXz480JT8ZuMrASxGgS7XzloZ2NuuJPwZB/fKDgE= -github.com/cosmos/ibc-go/v8 v8.5.0/go.mod h1:P5hkAvq0Qbg0h18uLxDVA9q1kOJ0l36htMsskiNwXbo= +github.com/cosmos/ibc-go/v8 v8.5.1 h1:3JleEMKBjRKa3FeTKt4fjg22za/qygLBo7mDkoYTNBs= +github.com/cosmos/ibc-go/v8 v8.5.1/go.mod h1:P5hkAvq0Qbg0h18uLxDVA9q1kOJ0l36htMsskiNwXbo= github.com/cosmos/ics23/go v0.11.0 h1:jk5skjT0TqX5e5QJbEnwXIS2yI2vnmLOgpQPeM5RtnU= github.com/cosmos/ics23/go v0.11.0/go.mod h1:A8OjxPE67hHST4Icw94hOxxFEJMBG031xIGF/JHNIY0= github.com/cosmos/interchain-security/v6 v6.0.0-rc0 h1:K5kcYOaVE1/DwN2SjH9/mQh6cWtNfSAz1hf+td0+3u8=