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

Bump the kiota-dependencies group with 1 update #4082

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the kiota-dependencies group with 1 update: Microsoft.Kiota.Serialization.Json.

Updates Microsoft.Kiota.Serialization.Json from 1.1.2 to 1.1.3

Release notes

Sourced from Microsoft.Kiota.Serialization.Json's releases.

1.1.3

Changes:

  • #173: Fixed a bug where serialization of decimal values would write them as empty objects.
  • #171: Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • #170: - adds permissions to SQ workflow
  • #169: - adds permissions in workflow file in anticipation for token lockdown
  • #168: Bump actions/cache from 3 to 4
  • #166: Bump xunit from 2.6.5 to 2.6.6
  • #164: Bump Microsoft.Kiota.Abstractions from 1.7.4 to 1.7.5
  • #162: Bump Microsoft.Kiota.Abstractions from 1.7.3 to 1.7.4
  • #161: Bump xunit from 2.6.4 to 2.6.5
  • #159: Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6
  • #160: Bump xunit from 2.6.3 to 2.6.4
  • #158: Bump github/codeql-action from 2 to 3
  • #157: Bump xunit.runner.visualstudio from 2.5.4 to 2.5.5
  • #156: Bump xunit from 2.6.2 to 2.6.3
  • #155: Bump Moq from 4.20.69 to 4.20.70
  • #154: Bump actions/setup-dotnet from 3 to 4
  • #153: Bump Microsoft.Kiota.Abstractions from 1.7.2 to 1.7.3
  • #152: Bump actions/setup-java from 3 to 4
  • #151: Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4
  • #150: Bump xunit from 2.6.1 to 2.6.2
  • #149: Switch to windows runner for build and test GH action
  • #148: Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0

This list of changes was auto generated.

Changelog

Sourced from Microsoft.Kiota.Serialization.Json's changelog.

[1.1.3] - 2024-01-29

Changed

  • Fixed a bug where serialization of decimal values would write them as empty objects.

Added

Commits
  • 8ff3560 Merge pull request #173 from microsoft/andrueastman/fixDecimals
  • b0150d5 Bumps version and release notes
  • c17b152 Merge pull request #171 from microsoft/dependabot/nuget/Microsoft.Kiota.Abstr...
  • 7dad719 Bump Microsoft.Kiota.Abstractions from 1.7.5 to 1.7.6
  • d038299 Merge pull request #170 from microsoft/feature/wf-permissions-sonar
  • 2ea25c3 - adds permissions to SQ workflow
  • 18cc742 Merge pull request #169 from microsoft/feature/wf-permissions
  • 61c45d3 - adds permissions in workflow file in anticipation for token lockdown
  • 200fb45 Merge pull request #168 from microsoft/dependabot/github_actions/actions/cache-4
  • 3ac0334 Bump actions/cache from 3 to 4
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the kiota-dependencies group with 1 update: [Microsoft.Kiota.Serialization.Json](https://github.com/microsoft/kiota-serialization-json-dotnet).


Updates `Microsoft.Kiota.Serialization.Json` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/microsoft/kiota-serialization-json-dotnet/releases)
- [Changelog](https://github.com/microsoft/kiota-serialization-json-dotnet/blob/main/CHANGELOG.md)
- [Commits](microsoft/kiota-serialization-json-dotnet@v1.1.2...v1.1.3)

---
updated-dependencies:
- dependency-name: Microsoft.Kiota.Serialization.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kiota-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner January 30, 2024 08:52
@dependabot dependabot bot added the generator Issues or improvements relater to generation capabilities. label Jan 30, 2024
@github-actions github-actions bot enabled auto-merge January 30, 2024 08:52
auto-merge was automatically disabled January 30, 2024 09:02

Pull Request is not mergeable

@andrueastman andrueastman merged commit 9562ee9 into main Jan 30, 2024
184 of 185 checks passed
@andrueastman andrueastman deleted the dependabot/nuget/kiota-dependencies-585e666277 branch January 30, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generator Issues or improvements relater to generation capabilities.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant