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 5 updates #1143

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

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

Package From To
com.azure:azure-security-keyvault-secrets 4.6.4 4.7.0
com.azure:azure-identity 1.10.0 1.10.3
com.azure:azure-core 1.42.0 1.44.0
org.slf4j:slf4j-simple 2.0.7 2.0.9
org.apache.maven.plugins:maven-shade-plugin 3.5.0 3.5.1

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

Release notes

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

azure-security-keyvault-keys_4.7.0

4.7.0 (2023-09-25)

Bugs fixed

  • Added a fallback mechanism to use service-side cryptography if not possible to perform operations locally. (#36657)

Other Changes

  • Due to internal client changes, made KeyEncryptionKeyClient extend CryptographyClient, mirroring their async counterparts. Functionality remains intact.
  • Migrate test recordings to assets repo.

Dependency Updates

  • Upgraded azure-core from 1.42.0 to version 1.43.0.
  • Upgraded azure-core-http-netty from 1.13.6 to version 1.13.7.

azure-security-keyvault-secrets_4.7.0

4.7.0 (2023-09-25)

Features Added

  • Added new methods fromJson and toJson to models:
    • DeletedSecret
    • KeyVaultSecret
    • SecretProperties

Other Changes

  • Migrate test recordings to assets repo.

Dependency Updates

  • Upgraded azure-core from 1.42.0 to version 1.43.0.
  • Upgraded azure-core-http-netty from 1.13.6 to version 1.13.7.
Commits
  • 1af82b9 Release 4.7.0: Versioning and changelog (#16472)
  • 7cce8ba Removed generic IO exception condition in network failure. Replaced with spec...
  • ce5ec0a Sync eng/common directory with azure-sdk-tools for PR 1062 (#16389)
  • 48eb1b8 Sync eng/common directory with azure-sdk-tools for PR 1091 (#16421)
  • 8c86f66 Update digital twin javadocs to clarify that create APIs behave like createOr...
  • b511c36 Add missing list and query minimal API to digital twins async client (#16401)
  • 9815b3c Use default values for timeout and context when null (#16406)
  • c9bc795 Only check the touched markdown files in PR for the Verify link step (#16008)
  • 28d26bf [Service Bus] Remove the use of environment variable in Service Bus (#16322)
  • 0b8c026 Fix anchor links so they work when converted to html
  • Additional commits viewable in compare view

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

Release notes

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

azure-identity_1.10.3

1.10.3 (2023-10-10)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.43.0 to version 1.44.0.
  • Upgraded azure-core-http-netty from 1.13.7 to version 1.13.8.

azure-identity_1.10.2

1.10.2 (2023-10-10)

Bugs Fixed

  • Bug fixes for developer credentials
Commits

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

Release notes

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

azure-core_1.44.0

1.44.0 (2023-10-06)

Features Added

  • Added CoreUtils.getResultWithTimeout to get a value of a Future and cancel it if the get times out. (#37055)
  • Added transfer and transferAsync overloads in IOUtils that accept an estimated data size to attempt to better optimize transfers to reduce reads and writes. (#36650)

Bugs Fixed

  • Fixed a bug where FluxByteBufferContent.toReplayableContent() didn't eagerly make the Flux<ByteBuffer> replayable. (#36999)

Other Changes

  • REST calls using SyncRestProxy no longer logs unexpected HTTP status code responses to align with the asynchronous behavior in AsyncRestProxy. (#36680)
  • Rewrote internal reflection handling to better support Android. (#36612)
  • Replaced doFinally with Mono.using and Flux.using. (#36997)
Commits

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

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.azure:azure-security-keyvault-secrets](https://github.com/Azure/azure-sdk-for-java) | `4.6.4` | `4.7.0` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.10.0` | `1.10.3` |
| [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.42.0` | `1.44.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` |


Updates `com.azure:azure-security-keyvault-secrets` from 4.6.4 to 4.7.0
- [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.0)

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

Updates `com.azure:azure-core` from 1.42.0 to 1.44.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.44.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)

---
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-patch
  dependency-group: all
- 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
- 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] <support@github.com>
@dependabot dependabot bot requested a review from aramase as a code owner October 16, 2023 19:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot dependabot bot requested a review from enj as a code owner October 16, 2023 19:43
@dependabot dependabot bot added the java Pull requests that update Java code label Oct 16, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1143 (522955a) into main (ffb15ec) will not change coverage.
The diff coverage is n/a.

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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

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

@dependabot dependabot bot closed this Oct 23, 2023
@dependabot dependabot bot deleted the dependabot/maven/examples/msal-java/all-857d836744 branch October 23, 2023 19:57
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