Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint: Bump github.com/microsoft/kiota-serialization-json-go from 1.0.4 to 1.0.5 #28

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps github.com/microsoft/kiota-serialization-json-go from 1.0.4 to 1.0.5.

Release notes

Sourced from github.com/microsoft/kiota-serialization-json-go's releases.

v1.0.5

Changed

  • Fixes some special character escaping when serializing strings to JSON. Previous incorrect escaping could lead to deserialization errors if old serialized data is read again.
Changelog

Sourced from github.com/microsoft/kiota-serialization-json-go's changelog.

[1.0.5] - 2024-01-10

Changed

  • Fixes some special character escaping when serializing strings to JSON. Previous incorrect escaping could lead to deserialization errors if old serialized data is read again.
Commits
  • 8c3bb9d Merge pull request #118 from alcionai/std-lib-string-serializer
  • d232012 Add CHANGELOG entry
  • 7e859a6 Allocate buffer space prior to serialization
  • 30b68f7 Minor test fixups
  • 1baa415 Use standard library to serialize strings
  • 7833daf Add more tests for special characters
  • b9ef405 Merge pull request #116 from microsoft/dependabot/github_actions/github/codeq...
  • b141cfd Bump github/codeql-action from 2 to 3
  • f91eae7 Merge pull request #115 from microsoft/dependabot/go_modules/github.com/googl...
  • 1d9c94c Bump github.com/google/uuid from 1.4.0 to 1.5.0
  • 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 <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)

Bumps [github.com/microsoft/kiota-serialization-json-go](https://github.com/microsoft/kiota-serialization-json-go) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/microsoft/kiota-serialization-json-go/releases)
- [Changelog](https://github.com/microsoft/kiota-serialization-json-go/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-serialization-json-go@v1.0.4...v1.0.5)

---
updated-dependencies:
- dependency-name: github.com/microsoft/kiota-serialization-json-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 15, 2024
Copy link

what-the-diff bot commented Jan 15, 2024

PR Summary

  • Updated libraries in go.mod
    This PR comprises changes in the go.mod file, where the versions of certain libraries have been updated. This update enhances functionality and addresses potential vulnerabilities.

    • github.com/microsoft/kiota-serialization-json-go: The version was updated from v1.0.4 to v1.0.5, this leads to better json serialization in our application.
    • github.com/google/uuid: The version was updated from v1.4.0 to v1.5.0, this improves the generation and handling of universally unique identifiers or UUIDs.
  • Updated dependencies in go.sum
    The go.sum file, which holds the expected cryptographic checksums of the content of specific module versions, was also modified.

    • github.com/google/uuid and github.com/microsoft/kiota-serialization-json-go: The changes reflect the same updates made in our go.mod file. This ensures compatibility and integrity of our application dependencies.

@nickfloyd nickfloyd added the Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR label Jan 16, 2024
@nickfloyd nickfloyd changed the title Bump github.com/microsoft/kiota-serialization-json-go from 1.0.4 to 1.0.5 maint: Bump github.com/microsoft/kiota-serialization-json-go from 1.0.4 to 1.0.5 Jan 16, 2024
@nickfloyd nickfloyd merged commit 822c43a into main Jan 16, 2024
4 checks passed
@nickfloyd nickfloyd deleted the dependabot/go_modules/github.com/microsoft/kiota-serialization-json-go-1.0.5 branch January 16, 2024 20:24
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 Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant