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

chore: bump the all group in /examples/msal-java with 2 updates #1250

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps the all group in /examples/msal-java with 2 updates: com.azure:azure-core and org.slf4j:slf4j-simple.

Updates com.azure:azure-core from 1.45.1 to 1.46.0

Release notes

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

azure-core_1.46.0

1.46.0 (2024-02-02)

Features Added

  • Added SyncPoller.getFinalResult(Duration) to get the final result of a long-running operation with a timeout period. Allows for a single call rather than calling both SyncPoller.waitForCompletion(Duration) and SyncPoller.getFinalResult().
  • Serialization model types now implement JsonSerializable. (#37046)
  • Added CoreUtils.durationToStringWithDays, exposing how serialization of Duration is done. (#37763)
  • Prevent requests that won't retry from being buffered. (#37871)
  • Added BinaryData.writeTo(OutputStream), BinaryData.writeTo(WriteableByteChannel), and BinaryData.writeToAsync(AsynchronousByteChannel) to allow writing the content of BinaryData to an OutputStream, WriteableByteChannel, or AsynchronousByteChannel respectively. (#38271)
  • Added RetryOptions.shouldRetryCondition, RetryStrategy.shouldRetryCondition and RequestRetryCondition to allow RetryOptions to determine which HTTP responses and exceptions can be retried. (#38585)
  • Added CoreUtils.addShutdownHookSafely to add a shutdown hook with possible usage of AccessController to add it in a privileged manner. (#38580)

Breaking Changes

  • SyncPoller.waitForCompletion(Duration) now throws an exception if the polling operation doesn't complete or reach the status within the give duration.

Bugs Fixed

  • Fixed RetryPolicy usage of calculated delay. (#37788)

Other Changes

  • HttpLoggingPolicy uses better defaults for allowed headers and query parameters to log. (#37686)
  • Performance improvements in LoggingEventBuilder. (#37967)
  • Performance improvements to HTTP header logging. (#38492)
  • Reduce redacted header logging. (#38501)

Dependency Updates

  • Upgraded Reactor Core from 3.4.33 to 3.4.34.
Commits

Updates org.slf4j:slf4j-simple from 2.0.10 to 2.0.11

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 all group in /examples/msal-java with 2 updates: [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) and org.slf4j:slf4j-simple.


Updates `com.azure:azure-core` from 1.45.1 to 1.46.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.45.1...azure-core_1.46.0)

Updates `org.slf4j:slf4j-simple` from 2.0.10 to 2.0.11

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 5, 2024
@dependabot dependabot bot requested review from aramase and enj as code owners February 5, 2024 19:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/maven/examples/msal-java/all-8d7e9d2e2c branch February 12, 2024 19:06
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants