From bdc424059ffe0391f1c6e0dd7e056c373ff00c5e Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 18:41:17 +0900 Subject: [PATCH] build(deps): bump github.com/Finschia/finschia-sdk from 0.49.0-rc7 to 0.49.0 (#383) (#384) Bumps [github.com/Finschia/finschia-sdk](https://github.com/Finschia/finschia-sdk) from 0.49.0-rc7 to 0.49.0.
Release notes

Sourced from github.com/Finschia/finschia-sdk's releases.

v0.49.0

Changelog

Build, CI

Others

Changelog

Sourced from github.com/Finschia/finschia-sdk's changelog.

v0.49.0 - 2024-05-27

Features

Improvements

Bug Fixes

Build, CI

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/Finschia/finschia-sdk&package-manager=go_modules&previous-version=0.49.0-rc7&new-version=0.49.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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)
(cherry picked from commit ad0f79d4c6bdc40dd17e28a260097cd0b3c44489) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index db049316..b3d243ce 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/Finschia/finschia/v4 go 1.20 require ( - github.com/Finschia/finschia-sdk v0.49.0-rc7 + github.com/Finschia/finschia-sdk v0.49.0 github.com/Finschia/ostracon v1.1.3 github.com/Finschia/wasmd v0.3.0 github.com/Finschia/wasmvm v1.1.1-0.12.0 diff --git a/go.sum b/go.sum index 639136c1..67c0223f 100644 --- a/go.sum +++ b/go.sum @@ -47,8 +47,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg= github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= -github.com/Finschia/finschia-sdk v0.49.0-rc7 h1:rCFFYGbtYes3RW89B8RD0uuR/1kspMBxF1TO9muea4Y= -github.com/Finschia/finschia-sdk v0.49.0-rc7/go.mod h1:bmPv3zWUAWmm+ZxLpUAK3NhURQ4l+3tg3Bw+WcinbmY= +github.com/Finschia/finschia-sdk v0.49.0 h1:w7XGTbDa4WuCx8SQ0u9QeAgnUY/rXV9MRXrQSNuMlrc= +github.com/Finschia/finschia-sdk v0.49.0/go.mod h1:bmPv3zWUAWmm+ZxLpUAK3NhURQ4l+3tg3Bw+WcinbmY= github.com/Finschia/ibc-go/v4 v4.3.1 h1:pUKry0j+1/ypCC3X1TkEzoLrS1A/low/1PE2HZL+13k= github.com/Finschia/ibc-go/v4 v4.3.1/go.mod h1:kFZgmXXT2pt9QL7Ngx/eA7lI9JlOMGRG/oU4RTDXKcg= github.com/Finschia/ostracon v1.1.3 h1:GYPTc8et+sXEq9W2SUlYwvnImpZ4aG8hI2cIhyBWRSU=