Azure / azure-workload-identity

Azure AD Workload Identity uses Kubernetes primitives to associate managed identities for Azure resources and identities in Azure Active Directory (AAD) with pods.
https://azure.github.io/azure-workload-identity
MIT License
288 stars 86 forks source link

chore: bump the all group across 1 directory with 6 updates #1356

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

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

Package From To
com.azure:azure-security-keyvault-secrets 4.7.3 4.8.3
com.azure:azure-identity 1.11.1 1.12.1
com.azure:azure-core 1.45.1 1.49.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.3

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

Release notes

Sourced from com.azure:azure-security-keyvault-secrets's releases.

azure-security-keyvault-secrets_4.8.3

4.8.3 (2024-05-13)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.48.0 to version 1.49.0.
  • Upgraded azure-core-http-netty from 1.14.2 to version 1.15.0.
Commits


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

Commits


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

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.3

Commits
  • 19618cd [maven-release-plugin] prepare release maven-shade-plugin-3.5.3
  • faf233e [MSHADE-472] upgrade parent POM
  • 7de9ae7 [MSHADE-471] deal with DST
  • 58d8cfe [MSHADE-470] Bump asmVersion from 9.6 to 9.7 (#218)
  • 9074582 Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1
  • a8030f8 Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 (#215)
  • 1218bdc [maven-release-plugin] prepare for next development iteration
  • 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
  • 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
dependabot[bot] commented 1 month ago

Superseded by #1364.