microsoftgraph / msgraph-beta-sdk-java

Microsoft Graph Beta Java SDK
https://docs.microsoft.com/en-us/graph/sdks/use-beta?tabs=Java
MIT License
26 stars 10 forks source link

chore(deps): bump the kiota-dependencies group across 2 directories with 6 updates #1044

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the kiota-dependencies group with 6 updates in the / directory:

Package From To
com.microsoft.kiota:microsoft-kiota-authentication-azure 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-http-okHttp 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-json 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-text 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-form 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-multipart 1.3.0 1.4.0

Bumps the kiota-dependencies group with 6 updates in the /java-8 directory:

Package From To
com.microsoft.kiota:microsoft-kiota-authentication-azure 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-http-okHttp 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-json 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-text 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-form 1.3.0 1.4.0
com.microsoft.kiota:microsoft-kiota-serialization-multipart 1.3.0 1.4.0

Updates com.microsoft.kiota:microsoft-kiota-authentication-azure from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-authentication-azure's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-authentication-azure's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-http-okHttp from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-http-okHttp's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-http-okHttp's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-json from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-json's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-json's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-text from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-text's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-text's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-form from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-form's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-form's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-multipart from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-multipart's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-multipart's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-authentication-azure from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-authentication-azure's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-authentication-azure's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-http-okHttp from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-http-okHttp's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-http-okHttp's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-json from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-json's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-json's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-text from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-text's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-text's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-form from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-form's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-form's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


Updates com.microsoft.kiota:microsoft-kiota-serialization-multipart from 1.3.0 to 1.4.0

Release notes

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-multipart's releases.

v1.4.0

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Changelog

Sourced from com.microsoft.kiota:microsoft-kiota-serialization-multipart's changelog.

[1.4.0] - 2024-09-11

Changed

  • Fix InMemoryBackingStore by preventing updates to underlying store's Map while iterating over it #2106
  • Use concurrent HashMap for In memory backing store registry to avoid race conditions.
Commits
  • aa93e78 Merge pull request #1558 from microsoft/fix/backing-store
  • 631f1cf Apply style suggestions
  • 866075d Merge pull request #1568 from microsoft/dependabot/gradle/components/serializ...
  • 70bc888 Fix issue with consistency checks on maps and propagate returnOnlyChangedValu...
  • cde4c39 Add failing test cases for collection consistency checks on maps
  • c4426e3 chore(deps): bump com.gradle:gradle-enterprise-gradle-plugin
  • 7c4a7ed Merge pull request #1565 from microsoft/dependabot/gradle/components/authenti...
  • d2af6e5 Merge pull request #1570 from microsoft/dependabot/gradle/components/serializ...
  • 14c7bef Merge pull request #1571 from microsoft/dependabot/gradle/components/serializ...
  • 306d5d2 Merge pull request #1569 from microsoft/dependabot/gradle/components/serializ...
  • Additional commits viewable in compare view


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 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Microsoft Reviewers: Open in CodeFlow