From a6512dda36b1e0424027991963619c919e264407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 05:26:21 +0000 Subject: [PATCH] Bump the kiota-dependencies group in /android with 6 updates Bumps the kiota-dependencies group in /android with 6 updates: | Package | From | To | | --- | --- | --- | | [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java) | `0.11.2` | `0.12.1` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `0.11.2` | `0.12.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `0.11.2` | `0.12.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `0.11.2` | `0.12.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `0.11.2` | `0.12.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `0.11.2` | `0.12.1` | Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 0.11.2 to 0.12.1 - [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.11.2...v0.12.1) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 0.11.2 to 0.12.1 - [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.11.2...v0.12.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 0.11.2 to 0.12.1 - [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.11.2...v0.12.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 0.11.2 to 0.12.1 - [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.11.2...v0.12.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 0.11.2 to 0.12.1 - [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.11.2...v0.12.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 0.11.2 to 0.12.1 - [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.11.2...v0.12.1) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index c0ce393b6f5..317baec9375 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -11,10 +11,10 @@ dependencies { // Core Http library api 'com.microsoft.graph:microsoft-graph-core:3.0.12-SNAPSHOT' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.11.2' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.11.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.11.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.11.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.11.2' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:0.11.2' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:0.12.1' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:0.12.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:0.12.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:0.12.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:0.12.1' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:0.12.1' }