From 15e8a97dca2d07b945be7504c7e08f090c4c9cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:10:01 +0000 Subject: [PATCH] chore(deps): bump com.microsoft.kiota:microsoft-kiota-serialization-text Bumps the kiota-dependencies group with 1 update in the /android directory: [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.7.0 to 1.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/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 3e7e2566487..ca7a5971424 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -9,7 +9,7 @@ dependencies { implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.7.0' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.0' implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.7.0' }