moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
447 stars 150 forks source link

build(deps): bump github.com/moov-io/base from 0.48.3 to 0.48.4 #1352

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps github.com/moov-io/base from 0.48.3 to 0.48.4.

Release notes

Sourced from github.com/moov-io/base's releases.

v0.48.4

IMPROVEMENTS

  • fix: proper printf verbs

BUILD

  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0
  • fix(deps): update module github.com/spf13/viper to v1.18.2
  • fix(deps): update module google.golang.org/grpc to v1.60.1
Changelog

Sourced from github.com/moov-io/base's changelog.

v0.48.4 (Released 2024-01-09)

IMPROVEMENTS

  • fix: proper printf verbs

BUILD

  • build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0
  • fix(deps): update module github.com/prometheus/client_golang to v1.18.0
  • fix(deps): update module github.com/spf13/viper to v1.18.2
  • fix(deps): update module google.golang.org/grpc to v1.60.1
Commits
  • a7b2363 release v0.48.4
  • 602c310 fix: proper printf verbs
  • 27364ee Merge pull request #349 from moov-io/renovate/github.com-golang-migrate-migra...
  • dba7159 Merge pull request #350 from moov-io/renovate/github.com-prometheus-client_go...
  • 7690fb5 fix(deps): update module github.com/prometheus/client_golang to v1.18.0
  • e4d4037 fix(deps): update module github.com/golang-migrate/migrate/v4 to v4.17.0
  • eac1643 Merge pull request #348 from moov-io/dependabot/go_modules/golang.org/x/crypt...
  • 9251c43 Merge pull request #343 from moov-io/renovate/cloud.google.com-go-spanner-1.x
  • 67df1ae Merge pull request #344 from moov-io/renovate/github.com-spf13-viper-1.x
  • 33eb9c6 Merge pull request #345 from moov-io/renovate/google.golang.org-grpc-1.x
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)
codecov-commenter commented 6 months ago

Codecov Report

Merging #1352 (ee527f3) into master (d8e3391) will not change coverage. The diff coverage is n/a.

:exclamation: Current head ee527f3 differs from pull request most recent head 7f94dd6. Consider uploading reports for the commit 7f94dd6 to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1352 +/- ## ======================================= Coverage 88.43% 88.43% ======================================= Files 75 75 Lines 7767 7767 ======================================= Hits 6869 6869 Misses 541 541 Partials 357 357 ```