microsoft / kiota-java

Java libraries for Kiota-generated API clients.
https://aka.ms/kiota/docs
MIT License
27 stars 29 forks source link

chore(deps): bump com.azure:azure-core from 1.52.0 to 1.53.0 in /components/authentication/azure #1602

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps com.azure:azure-core from 1.52.0 to 1.53.0.

Release notes

Sourced from com.azure:azure-core's releases.

azure-core_1.53.0

1.53.0 (2024-10-01)

Features Added

  • Allow setting SharedExecutorService's backing ExecutorService to allow for external configuration to manage the shared thread pool. (#41885)
  • Change SharedExecutorService from implementing ExecutorService to ScheduledExecutorService to allow scheduled-based execution. (#41885)
  • Allow passing schemaUrl when creating a Meter or Tracer using MeterProvider and TracerProvider. (#41789)
  • Added Binary.writeTo(JsonWriter) to enable BinaryData to better integrate with azure-json. (#42107)
  • Added ProofOfPossessionOptions and a field to TokenRequestContext to indicate its use. (#41852)

Other Changes

  • Reduced synchronization lock contention when creating URLs with UrlBuilder. (#41816)
  • Don't let SPI loading errors crash an application. (#41991)
Commits
  • e083a77 Fix Azure Redis Checkpoint Store Samples Issue (#41511)
  • fd60255 [AI] [Inference] Add correct Auth policy for non-AOAI models (#42105)
  • c32d9bd Increment versions for schemaregistry releases (#42080)
  • 2ec0458 Prepare Core libraries for October 2024 release (#42139)
  • 0cff707 initial changes, need to figure out monitoring pt parse issue (#42147)
  • bb3d2ce Quickpulse Post Request Json Bug Fix (#42144)
  • 7da661f Add SHR PoP support to azure core. (#41852)
  • d0c4a25 [BOM] Prepare for BOM release for September (#42137)
  • 7cac012 Use doclint -missing to handle Java 21 Javadoc errors instead of setting diff...
  • a43653d Add writeTo(JsonWriter) to BinaryData (#42107)
  • 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)
baywet commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

Looks like com.azure:azure-core is up-to-date now, so this is no longer needed.

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud