xmidt-org / gungnir

The Codex api layer to get data from the database.
Apache License 2.0
4 stars 4 forks source link

feat(deps): bump github.com/xmidt-org/wrp-go/v3 from 3.1.4 to 3.2.3 #177

Open dependabot[bot] opened 10 months ago

dependabot[bot] commented 10 months ago

Bumps github.com/xmidt-org/wrp-go/v3 from 3.1.4 to 3.2.3.

Release notes

Sourced from github.com/xmidt-org/wrp-go/v3's releases.

v3.2.3

Changelog

Other Work

  • 21be3d5fa62274d7af59b9904e87cd92a20eafa8: updated getMessageType return to LastMessageType (@​maurafortino)

v3.2.2

Changelog

Other Work

  • fdf67997e52caf092a69779a1d48a6fd67aed53f: removed error from String to Message Type and replaced with UnKnownMessageType (@​maurafortino)
  • f80095b613917e62f0047665154694516fbcaa7f: removed message type validation and updated tests (@​maurafortino)

v3.2.1

Changelog

Dependency Updates

  • e3db47f9274acafc0635b6052d3d32d931ed37c9: feat(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#141) (@​dependabot[bot])

Other Work

  • 843b6f78b075c2129ca48beab5b4a83c4ba3cfa6: patch: DecodeEntity doesn't honor contentType (@​denopink)

v3.2.0

Changelog

Bug Fixes

  • 9de4923ee5c50d72a782540bd140f45a954804cd: Add two DeviceID helper functions so the prefix:id are always uniformly split when that is needed. (@​schmidtw)

Dependency Updates

  • cb99da8f9b6dd54dd718dd55f4983efdbab22f46: feat(deps): bump github.com/go-kit/kit from 0.12.0 to 0.13.0 (#133) (@​dependabot[bot])
  • 0e92ae81ee0bd0f66413c32aaf3ddf97e657febe: feat(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 (#132) (@​dependabot[bot])

Other Work

  • f4065dd18ea7d6a003b63f2e08a77300ff4a0596: Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#126) (@​dependabot[bot])
  • 6933129ca813a085404950eb837c095a4882f998: Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#127) (@​dependabot[bot])
  • 3df5cd13589560d256a341bfd7ced87d9ca2f6fe: Bump github.com/xmidt-org/httpaux from 0.3.2 to 0.4.0 (#128) (@​dependabot[bot])
  • 3e55fcd58b466156c1f8d87fd04cc63fc062ee8d: Fix the newly identified lint issues. (@​schmidtw)
  • 7f26190795c6e7c15f7d7ac65f195cb370f92448: Fix the style warnings and enable them moving forward. (@​schmidtw)
  • 4336a4507778249eff5be853bac2308f85723523: Update dependabot to manage all dependencies. (@​schmidtw)
  • d50cac5bac87560c71e7b9500a501978d028b7cb: Use SPDX format. (@​schmidtw)
  • 4734c1df847a6f099f928a1ad917aa6bd1c288a1: WIP: added validation for transaction uuid (@​maurafortino)
  • 9bd12352b71666b0cfdf67c9cc6f4ff8c00081a9: updated validation function name and added tests (@​maurafortino)

v3.1.6

Changelog

Other Work

  • 79fc30ced61f16aca28dc80a674a78ba7ae05bf2: Regenerate Ugorji Code for new codec version (@​renaz6)

v3.1.5

Changelog

Other Work

  • 6e3a39ee5da75a0bfdddff82df6bdb23549e43a5: Add tests (@​renaz6)
  • 85f86f6e142d256f3a1f55299d8f252632f8ad0f: Add tests for new decoder (@​renaz6)
  • 467adcd13d225ef8ba7390d51fa2718f0756427d: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#105) (@​dependabot[bot])
  • e6ccf0db0b432e8294722aad17c286b3607296e9: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#110) (@​dependabot[bot])
  • 76a155f4116175dfdffcf7d9e9ff68e73e1b41ea: Bump github.com/ugorji/go/codec from 1.2.7 to 1.2.8 (#107) (@​dependabot[bot])
  • 613507f12eb6821c3b822ad44d701c697ce7b675: Bump github.com/ugorji/go/codec from 1.2.8 to 1.2.11 (#112) (@​dependabot[bot])

... (truncated)

Changelog

Sourced from github.com/xmidt-org/wrp-go/v3's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Commits
  • f8fe56b Merge pull request #146 from xmidt-org/message-type-update
  • 21be3d5 updated getMessageType return to LastMessageType
  • c62c675 Merge pull request #145 from xmidt-org/messageType-Update
  • f80095b removed message type validation and updated tests
  • fdf6799 removed error from String to Message Type and replaced with UnKnownMessageType
  • 3460c43 Merge pull request #142 from xmidt-org/denopink/patch/wrp-DecodeEntity-doesnt...
  • 8ade81d chore: patch decoder test
  • 843b6f7 patch: DecodeEntity doesn't honor contentType
  • e3db47f feat(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 (#141)
  • b1746ad Merge pull request #140 from xmidt-org/update-copyright
  • Additional commits viewable in compare view


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 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.

guardrails[bot] commented 10 months ago

:warning: We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity | Details :-: | :-- Critical | [pkg:golang/github.com/xmidt-org/wrp-go/v3@v3.2.3](https://github.com/xmidt-org/gungnir/blob/0e1f9378ac765f30e65abbd65f2f1dfd8a41d56d/go.mod#L25) upgrade to: *> v3.2.3* More info on how to fix Vulnerable Libraries in [Go](https://docs.guardrails.io/docs/en/vulnerabilities/go/using_vulnerable_libraries.html?utm_source=ghpr).

👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.