Skip to content

chore(deps): bump github.com/cosmos/ibc-go/v10 from 10.4.0 to 10.5.0#489

Merged
monopauli merged 3 commits into
mainfrom
dependabot/go_modules/github.com/cosmos/ibc-go/v10-10.5.0
Mar 11, 2026
Merged

chore(deps): bump github.com/cosmos/ibc-go/v10 from 10.4.0 to 10.5.0#489
monopauli merged 3 commits into
mainfrom
dependabot/go_modules/github.com/cosmos/ibc-go/v10-10.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Copy link
Copy Markdown
Contributor

Bumps github.com/cosmos/ibc-go/v10 from 10.4.0 to 10.5.0.

Release notes

Sourced from github.com/cosmos/ibc-go/v10's releases.

v10.5.0

ibc-go v10.5.0 Release Notes

This release adds more integrity validations to ProtoJSON encoded ICA packets. View the full changelog for more details.

Migration Guide

This version does not contain any breaking changes to any API, but it is state-breaking and can be migrated to with a coordinated chain upgrade. If you are upgrading from v8 or earlier, see the migration documentation below.

Migration documentation is found here.

Changelog

Sourced from github.com/cosmos/ibc-go/v10's changelog.

v10.5.0 - 2025-12-18

Improvements

  • #8734 Add extra validation for ProtoJSON unmarshalling in ICS-27 ICA.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/cosmos/ibc-go/v10](https://github.com/cosmos/ibc-go) from 10.4.0 to 10.5.0.
- [Release notes](https://github.com/cosmos/ibc-go/releases)
- [Changelog](https://github.com/cosmos/ibc-go/blob/v10.5.0/CHANGELOG.md)
- [Commits](cosmos/ibc-go@v10.4.0...v10.5.0)

---
updated-dependencies:
- dependency-name: github.com/cosmos/ibc-go/v10
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 29, 2025
@dependabot dependabot Bot requested a review from a team as a code owner December 29, 2025 21:02
@dependabot dependabot Bot added the go Pull requests that update Go code label Dec 29, 2025
@dependabot dependabot Bot requested a review from puneet2019 December 29, 2025 21:02
@github-actions

github-actions Bot commented Dec 29, 2025

Copy link
Copy Markdown

Code Coverage Report

Coverage after merging dependabot/go_modules/github.com/cosmos/ibc-go/v10-10.5.0 into main

36.96%
Coverage Report
FileBranchesFuncsLinesUncovered Lines
app
   encoding.go100%100%0%..., 96, 97, 98, 99
   test_helpers.go100%100%0%..., 70, 71, 72, 73
   modules.go100%100%0%..., 96, 97, 98, 99
   app.go100%100%1.24%..., 511, 512, 513, 83
   ante_handler.go100%100%0%..., 67, 68, 69, 70
   export.go100%100%0%..., 96, 97, 98, 99
   fee_denom_whitelist_decorator.go100%100%93.33%44, 45
app/constants
   constants.go100%100%0%..., 62, 63, 64, 65
app/keepers
   keys.go100%100%0%..., 89, 94, 95, 96
   keepers.go100%100%0%..., 469, 470, 471, 472
app/params
   proto.go100%100%0%..., 40, 41, 42, 43
app/upgrades/testnet/v17.0.0-rc0
   upgrades.go100%100%0%..., 20, 21, 23, 24
app/upgrades/v17.0.0
   upgrades.go100%100%0%..., 20, 21, 23, 24
cmd/persistenceCore
   main.go100%100%0%..., 20, 21, 22, 23
cmd/persistenceCore/cmd
   testnet.go100%100%60.75%..., 538, 539, 95, 96
   root.go100%100%0%..., 96, 97, 98, 99
wasmbindings
   wasm.go100%100%0%..., 38, 39, 40, 41
x/halving
   autocli.go100%100%0%..., 33, 34, 35, 36
   abci.go100%100%0%..., 50, 51, 52, 53
   genesis.go100%100%0%..., 25, 26, 27, 29
   module.go100%100%0%..., 96, 97, 98, 99
x/halving/client/cli
   tx.go100%100%0%..., 61, 63, 66, 67
x/halving/keeper
   keeper.go100%100%0%..., 86, 90, 91, 92
   msg_server.go100%100%0%..., 34, 35, 36, 38
   grpc_query.go100%100%0%..., 21, 22, 23, 25
x/halving/simulation
   genesis.go100%100%70%17, 18, 19
x/halving/types
   codec.go100%100%53.33%..., 44, 45, 46, 47
   params.go100%100%92.31%37, 38
   msg.go100%100%0%..., 53, 54, 55, 57
   genesis.go100%100%86.67%25, 26
x/liquidstake
   module.go100%100%89.29%..., 64, 65, 93, 95
   autocli.go100%100%100%
   abci.go100%100%83.33%19, 20
x/liquidstake/keeper
   genesis.go100%100%82.61%14, 23, 32, 40
   hooks.go100%100%90.91%35, 36
   keeper.go100%100%79.07%..., 76, 77, 93, 94
   grpc_query.go100%100%79.31%..., 42, 43, 56, 57
   rebalancing.go100%100%83.95%..., 53, 54, 88, 89
   liquidstake.go100%100%41.33%..., 985, 986, 987, 988
x/liquidstake/types
   genesis.go100%100%100%
   params.go100%100%80%..., 249, 250, 251, 252
   codec.go100%100%100%
   msgs.go100%100%71.07%..., 51, 52, 63, 71
   keys.go100%100%100%
   rebalancing.go100%100%84%22, 23, 40, 41
   liquidstake.go100%100%92.31%..., 66, 67, 76, 84

@monopauli

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Mar 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@monopauli monopauli removed the request for review from puneet2019 March 11, 2026 09:17
@monopauli monopauli merged commit d63c349 into main Mar 11, 2026
14 checks passed
@monopauli monopauli deleted the dependabot/go_modules/github.com/cosmos/ibc-go/v10-10.5.0 branch March 11, 2026 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants