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 7 updates #1177

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

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

Package From To
com.azure:azure-security-keyvault-secrets 4.6.4 4.7.1
com.azure:azure-identity 1.10.0 1.11.0
com.azure:azure-core 1.42.0 1.45.0
com.microsoft.azure:msal4j 1.13.10 1.14.0
org.slf4j:slf4j-simple 2.0.7 2.0.9
org.apache.maven.plugins:maven-shade-plugin 3.5.0 3.5.1
org.apache.maven.plugins:maven-dependency-plugin 3.6.0 3.6.1

Updates com.azure:azure-security-keyvault-secrets from 4.6.4 to 4.7.1

Commits
  • 11f16d0 release for azure-cosmos 4.7.1 and azure-spring-data 3.1.0 (#16637)
  • 770a232 Fix setup script for new app registrations (#16635)
  • f06c7a8 Remove block from identity tests (#16608)
  • cf024aa Communication - Refactor Chat Tests to use StepVerifier (#16601)
  • 3bce404 Consume Response Body Before Retrying Request (#16607)
  • 0dabe6f Increment package version after release of com.azure.spring azure-spring-boot...
  • 842049f Increment package version after release of com.azure azure-security-keyvault-...
  • 45df8ac Delete all files named spring.provides. (#16618)
  • 440356b Change artifactIds in README Files under azure-spring-boot-samples to spring ...
  • 86e4c4e Update changelog. (#16627)
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.10.0 to 1.11.0

Release notes

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

azure-identity_1.11.0

1.11.0 (2023-11-07)

Features added

  • GA release of Web Account Manager (WAM) support for Azure Identity.

Bugs fixed

  • Cache streams used for client certificates #37502
  • Fix incorrect use of organizations tenant for sync calls on AzureCliCredential and AzureDeveloperCliCredential #37457

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.44.1 to version 1.45.0.
  • Upgraded azure-core-http-netty from 1.13.9 to version 1.13.10
Commits
  • 7417e79 Update Timeout Logic to Dispose Watcher (#17817)
  • 451169e Change BinaryData to use TypeReference (#17815)
  • 895d8b3 On branch edburns-msft-17740-keyvault-certificates-diagram https://github.com...
  • c67d58b Remove Constant from HttpClient (#17814)
  • c0827b3 Fixed sharesnapshot bug in getUrl (in clients) and endpoint (in builders) (#1...
  • 1f0405e add profile scope as default (#17807)
  • d64ccfc Mgmt Network: add accelerate network for update (#17805)
  • a2af25b Increment version for resourcemanager releases (#17804)
  • dddcf04 Version change for releasing azure-core,netty and okhttp GA to support Servic...
  • cf261c4 [ServiceBus] T2 Document Runtime Exception in public API (#17718)
  • Additional commits viewable in compare view

Updates com.azure:azure-core from 1.42.0 to 1.45.0

Commits
  • 2d4af1a Prepare Core Libraries for Novermber 2023 Release (#37499)
  • a51e496 Improve Spring Monitor readme (#37492)
  • 86b49ba ACR docs improvements (#36989)
  • 1f21d93 Update Spring Boot and Spring Cloud versions for the compatibility test. This...
  • d0c4ee6 increment versions after azure-messaging-servicebus_7.15.0-beta.4 release (#3...
  • 4929695 increment versions after azure-core-amqp_2.9.0-beta.7 release (#37480)
  • c6a0ca9 Bulk Implementation (#36611)
  • 8367ab3 Fix Spring Compatibility tests (#37473)
  • 2a21f5d Update Spring Boot and Spring Cloud versions for the compatibility test. This...
  • 26d8d10 mgmt Storage, support allowCrossTenantReplication and `defaultToOAuthAuthen...
  • Additional commits viewable in compare view

Updates com.microsoft.azure:msal4j from 1.13.10 to 1.14.0

Changelog

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

Version 1.14.0

  • GA release of MSAL Java Brokers package
  • Add support for acquiring bearer and proof-of-possession tokens using WAM as the broker (#590)
  • Default throttling time for password grant requests lowered to 5 seconds (#721)
  • Fix internal docs generation issue (#705)

Version 1.14.1-beta

  • Add proof-of-possession token support
  • Add MSALRuntime logging support

Version 1.14.0-beta

  • Add IBroker interface
  • Add app-level parameter for enabling the use of auth brokers
Commits
  • d4b5096 Version changes for 1.14.0 msal4j
  • 8f00ea0 MSAL Java/MSALRuntime integration (#590)
  • 39eb7d8 Set default throttling time to 5 sec (#721)
  • 2edc49b Update FeatureRequest.yaml
  • ff34ddd Merge pull request #719 from AzureAD/bgavrilMS-patch-4
  • 09c8222 Create FeatureRequest.yaml
  • 041bd01 Update bug_report.yaml
  • d7e085d Merge pull request #718 from AzureAD/bgavrilMS-patch-3
  • 6813286 Delete .github/ISSUE_TEMPLATE/bug_report.md
  • 746631e Update bug report
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-simple from 2.0.7 to 2.0.9

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

Release notes

Sourced from org.apache.maven.plugins:maven-shade-plugin's releases.

3.5.1

Release Notes - Maven Shade Plugin - Version 3.5.1

Bug

  • [MSHADE-454] - Shade Plugin does not work with JDK 20

Improvement

  • [MSHADE-459] - Prepare to build and pass tests with Java 21

Task

Dependency upgrade

Commits
  • bd4759b [maven-release-plugin] prepare release maven-shade-plugin-3.5.1
  • d2a1552 [MSHADE-457] Upgrade Parent to 40
  • c2a2e2b [MSHADE-458] Refresh download page
  • 64f577b [MSHADE-459] Adjust to test also with Java 21 (#196)
  • e56294a [MSHADE-454] Shade Plugin does not work with JDK 20
  • 6a400db [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1

Commits
  • 4d18cfb [maven-release-plugin] prepare release maven-dependency-plugin-3.6.1
  • 34348ec [MNG-6847] Use diamond operator
  • 0062083 [MDEP-883] - Upgrade maven-plugin parent to 40
  • c6973da [MDEP-832] - Remove commons-collections-4
  • 0243c41 Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to 4.8.0
  • 4ed696e Add Javadoc 'author' tag to prevent dangling contributor name
  • 3c877fb MDEP-875 prevent possible NPE
  • 9e479d4 [MDEP-872] update commons-io to 2.13.0 (#326)
  • 03bc34e Tighten language (#327)
  • 694655d MDEP-868 update maven-shared-utils to 3.4.2 (#322)
  • 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

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

| Package | From | To |
| --- | --- | --- |
| [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) | `4.6.4` | `4.7.1` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.10.0` | `1.11.0` |
| [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.42.0` | `1.45.0` |
| [com.microsoft.azure:msal4j](https://github.com/AzureAD/microsoft-authentication-library-for-java) | `1.13.10` | `1.14.0` |
| org.slf4j:slf4j-simple | `2.0.7` | `2.0.9` |
| [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.5.0` | `3.5.1` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.6.0` | `3.6.1` |


Updates `com.azure:azure-security-keyvault-secrets` from 4.6.4 to 4.7.1
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-security-keyvault-keys_4.6.4...azure-cosmos_4.7.1)

Updates `com.azure:azure-identity` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.10.0...azure-core_1.11.0)

Updates `com.azure:azure-core` from 1.42.0 to 1.45.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.42.0...azure-core_1.45.0)

Updates `com.microsoft.azure:msal4j` from 1.13.10 to 1.14.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.13.10...v1.14.0)

Updates `org.slf4j:slf4j-simple` from 2.0.7 to 2.0.9

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

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.6.0 to 3.6.1
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.6.0...maven-dependency-plugin-3.6.1)

---
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
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from aramase and enj as code owners November 13, 2023 19:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 13, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1177 (fbedb45) into main (1039167) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1177   +/-   ##
=======================================
  Coverage   55.49%   55.49%           
=======================================
  Files          36       36           
  Lines        2294     2294           
=======================================
  Hits         1273     1273           
  Misses        980      980           
  Partials       41       41           

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 27, 2023

Superseded by #1187.

@dependabot dependabot bot closed this Nov 27, 2023
@dependabot dependabot bot deleted the dependabot/maven/examples/msal-java/all-d569173820 branch November 27, 2023 19:24
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.

1 participant