From 6f23cbfc6afe17ce288dbd3f80aec093b6dcdede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 06:43:20 +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 1.1.13 to 1.1.14. - [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/v1.1.13...v1.1.14) --- 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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 540eb33..59f631b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'com.google.guava:guava:33.2.1-jre' implementation 'com.azure:azure-identity:1.12.1' implementation 'com.microsoft.graph:microsoft-graph:6.13.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.13' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.14' } // Apply a specific Java toolchain to ease working on different environments.