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 6 updates #1323

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group in /examples/msal-java with 6 updates:

Package From To
com.azure:azure-security-keyvault-secrets 4.7.3 4.8.1
com.azure:azure-identity 1.11.1 1.12.0
com.azure:azure-core 1.45.1 1.48.0
com.microsoft.azure:msal4j 1.14.2 1.15.0
org.slf4j:slf4j-simple 2.0.10 2.0.13
org.apache.maven.plugins:maven-shade-plugin 3.5.1 3.5.2

Updates com.azure:azure-security-keyvault-secrets from 4.7.3 to 4.8.1

Commits
  • 53b8f4e [Patch-Release] Fix patch release pipeline failures (#39361)
  • 7837cbd [AutoPatch Release] Prepare for March auto-patch release (#39327)
  • c2cf551 Remove dash in between content-safety (#39303)
  • 828472a enrolling azure-communication-messages for automated patch release (#39325)
  • 280cb65 Increase CI timeout for Core, Identity, and Serialization (#39323)
  • f965718 Increment package versions for netapp releases (#39319)
  • 00f804e [Automation] Generate Fluent Lite from netapp#package-netapp-2023-07-01 (#39314)
  • 6521c85 Fixed cosmos readme by removing unnecessary comments (#39308)
  • d883acb Increment package versions for support releases (#39315)
  • 465c4e5 Increment package versions for appcontainers releases (#39312)
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.11.1 to 1.12.0

Release notes

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

azure-identity_1.12.0

1.12.0 (2024-04-08)

Features Added

  • Added default sign-in experience for brokered authentication. See the documentation in the azure-identity-broker package for more information. #39284

Breaking Changes

Behavioral Breaking Changes

  • The timeout interval for IMDS probing has been adjusted from 0.5 seconds to 1 second. This update is designed to enhance the system's reliability without affecting user applications. #38345
  • The default retry logic of Managed Identity has been updated to retry 5 times, the retry delay increases exponentially, starting at 800 milliseconds and doubling with each subsequent retry, up to 5 retries. This change is designed to optimize the retry mechanism, reducing the likelihood of congestion and improving the overall stability of service connections under varying network conditions. #38345
  • The DefaultAzureCredential caches the last working credential by default and tries it directly on subsequent attempts. This change is designed to improve the performance of the DefaultAzureCredential by reducing the number of attempts required to acquire a token. #36867

Bugs Fixed

  • Changed log level of an informational message in token acquisition. #39063

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.47.0 to version 1.48.0.
  • Upgraded azure-core-http-netty from 1.14.1 to version 1.14.2.
  • Upgraded msal4j from 1.14.3 to version 1.15.0.
  • Upgraded msal4j-persistence-extension from 1.2.0 to version 1.3.0.

azure-core-http-okhttp_1.11.20

1.11.20 (2024-04-05)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.47.0 to 1.48.0.
Commits

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

Release notes

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

azure-core_1.48.0

1.48.0 (2024-04-05)

Features Added

  • Added dependency on azure-xml to support XmlSerializable, removing the need for Jackson Databind XML to handle XML types generated and used by the SDKs.
  • Added new methods on com.azure.core.util.tracing.Tracer - isRecording and addAttribute(String, Object, Context).
  • Added CoreUtils.parseBestOffsetDateTime which can handle cases when the dateString doesn't include a time zone.

Bugs Fixed

  • Fixed a bug where text/event-stream content type wasn't being handled correctly. Replaced content type exact match equals by startsWith. (#39128)

Other Changes

  • Made azure-json requires transitive in module-info.java.

Dependency Updates

  • Upgraded Reactor Core from 3.4.34 to 3.4.36.
Commits

Updates com.microsoft.azure:msal4j from 1.14.2 to 1.15.0

Release notes

Sourced from com.microsoft.azure:msal4j's releases.

v1.15.0

  • GA support for Azure managed identity scenarios
  • Support managed identities in Azure Functions, App Service, IMDS (#661)
  • Support MI in Cloud Shell (#713)
  • Support MI in Service Fabric (#729)
  • Support MI in Azure Arc (#730)
  • Adjust loopback address binding in interactive flow by @​crimsonvspurple (#797)
Changelog

Sourced from com.microsoft.azure:msal4j's changelog.

Version 1.15.0

  • GA support for Azure managed identity scenarios
  • Support managed identities in Azure Functions, App Service, IMDS (#661)
  • Support MI in Cloud Shell (#713)
  • Support MI in Service Fabric (#729)
  • Support MI in Azure Arc (#730)
  • Adjust loopback address binding in interactive flow (#797)

Version 1.14.3

  • Hotfix to update oauth2-oidc-sdk dependency (#781)
Commits

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

Updates org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2

Commits
  • 95e22b4 [maven-release-plugin] prepare release maven-shade-plugin-3.5.2
  • d807fea Bump org.vafer:jdependency from 2.9.0 to 2.10
  • 6d60841 Bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0
  • 68457e5 [MSHADE-468] add system requirements history
  • 631371b Add mshade-462 IT
  • cb7b10d [MSHADE-462] 3.5.1 not compatible with 3.4.1: The version cannot be empty.
  • bd982e7 [MSHADE-420] fix time when read from extra field
  • 3692f81 [SHADE-420] create IT: 2 runs with different TZ give different jars
  • a5315de [MSHADE-464] Maven 3.6.3 as minimum requirements
  • e7077c6 [MSHADE-467] Improved concurrency problem fix
  • 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 <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

@dependabot dependabot bot requested review from aramase and enj as code owners April 15, 2024 19:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 15, 2024
Bumps the all group in /examples/msal-java with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) | `4.7.3` | `4.8.1` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.11.1` | `1.12.0` |
| [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.45.1` | `1.48.0` |
| [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) | `1.14.2` | `1.15.0` |
| org.slf4j:slf4j-simple | `2.0.10` | `2.0.13` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.1` | `3.5.2` |


Updates `com.azure:azure-security-keyvault-secrets` from 4.7.3 to 4.8.1
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-security-keyvault-keys_4.7.3...azure-security-keyvault-keys_4.8.1)

Updates `com.azure:azure-identity` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.11.1...azure-core_1.12.0)

Updates `com.azure:azure-core` from 1.45.1 to 1.48.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.48.0)

Updates `com.microsoft.azure:msal4j` from 1.14.2 to 1.15.0
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-java/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-java/blob/dev/changelog.txt)
- [Commits](AzureAD/microsoft-authentication-library-for-java@v1.14.2...v1.15.0)

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

Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.2)

---
updated-dependencies:
- dependency-name: com.azure:azure-security-keyvault-secrets
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.microsoft.azure:msal4j
  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
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/examples/msal-java/all-f178131cef branch from 10dfbd7 to ef2f665 Compare April 22, 2024 19:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #1331.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/maven/examples/msal-java/all-f178131cef branch April 29, 2024 19:16
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