From fa75081b63f391605ecc08b9e768bcdd63022a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 02:26:03 +0000 Subject: [PATCH] Bump com.microsoft.kiota:microsoft-kiota-http-okHttp Bumps [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) from 0.7.4 to 0.7.5. - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-java/compare/v0.7.4...v0.7.5) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- get-started/azure-auth/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/azure-auth/java/app/build.gradle b/get-started/azure-auth/java/app/build.gradle index 6532e486e..bc010351d 100644 --- a/get-started/azure-auth/java/app/build.gradle +++ b/get-started/azure-auth/java/app/build.gradle @@ -29,7 +29,7 @@ dependencies { // implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:0.7.5' implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.7.5' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.7.4' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.7.5' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.7.5' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.7.5' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.7.5'