From dadce45498a5b4a64b64d82efde439e9f04eee62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:16:11 +0000 Subject: [PATCH] chore: bump the all group in /examples/msal-java with 6 updates 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.2` | | [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.3` | Updates `com.azure:azure-security-keyvault-secrets` from 4.7.3 to 4.8.2 - [Release notes](https://github.com/Azure/azure-sdk-for-java/releases) - [Commits](https://github.com/Azure/azure-sdk-for-java/compare/azure-security-keyvault-keys_4.7.3...azure-security-keyvault-keys_4.8.2) 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](https://github.com/Azure/azure-sdk-for-java/compare/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](https://github.com/Azure/azure-sdk-for-java/compare/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](https://github.com/AzureAD/microsoft-authentication-library-for-java/compare/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.3 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.5.1...maven-shade-plugin-3.5.3) --- 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] --- examples/msal-java/pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/msal-java/pom.xml b/examples/msal-java/pom.xml index 8c7ce0550..bf70eb8a5 100644 --- a/examples/msal-java/pom.xml +++ b/examples/msal-java/pom.xml @@ -21,28 +21,28 @@ com.azure azure-security-keyvault-secrets - 4.7.3 + 4.8.2 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 @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.1 + 3.5.3 package