From 04343a1936a5d5d75ece6e597c0b6ea43935eed3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:15:42 +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.8 to 0.8.0. - [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.8...v0.8.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- get-started/quickstart/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/quickstart/java/app/build.gradle b/get-started/quickstart/java/app/build.gradle index 028365074..f0c6110dd 100644 --- a/get-started/quickstart/java/app/build.gradle +++ b/get-started/quickstart/java/app/build.gradle @@ -27,7 +27,7 @@ dependencies { // implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:0.8.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.7.8' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.7.8' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.8.0'