From 522955a5fb95693184f7a1754a1acc330487011b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:43:46 +0000 Subject: [PATCH] chore: bump the all group in /examples/msal-java with 5 updates 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](https://github.com/Azure/azure-sdk-for-java/compare/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](https://github.com/Azure/azure-sdk-for-java/compare/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](https://github.com/Azure/azure-sdk-for-java/compare/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](https://github.com/apache/maven-shade-plugin/compare/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] --- examples/msal-java/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/msal-java/pom.xml b/examples/msal-java/pom.xml index 8ec22d80f..27bb3b378 100644 --- a/examples/msal-java/pom.xml +++ b/examples/msal-java/pom.xml @@ -21,17 +21,17 @@ 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 com.microsoft.azure @@ -42,7 +42,7 @@ org.slf4j slf4j-simple - 2.0.7 + 2.0.9 @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.5.1 package