From 8b61dd0a617891851aadc278fdb8decef1113b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 07:52:51 +0000 Subject: [PATCH 1/5] chore(deps): bump the github-actions-dependencies group across 1 directory with 2 updates Bumps the github-actions-dependencies group with 2 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/create-github-app-token` from 2 to 3 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/api-level-lint.yml | 2 +- .github/workflows/gradle-build.yml | 4 ++-- .github/workflows/project-auto-add.yml | 2 +- .github/workflows/release-please-gha.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/api-level-lint.yml b/.github/workflows/api-level-lint.yml index 08563064e20..d23612238ff 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -31,7 +31,7 @@ jobs: working-directory: ./android - name: Upload linting results if: failure() && steps.lint.outcome == 'failure' - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: lint-report path: ./android/build/reports diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index 39c1a0d3b5a..068c32ee27c 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -30,14 +30,14 @@ jobs: run: ./gradlew build - name: Upload Unit Test Results if: ${{ always() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: UnitTests path: | build/reports/tests/test/** build/test-results/** - name: Upload a Build Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: drop path: | diff --git a/.github/workflows/project-auto-add.yml b/.github/workflows/project-auto-add.yml index bc86b1ed983..d47299783c6 100644 --- a/.github/workflows/project-auto-add.yml +++ b/.github/workflows/project-auto-add.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Generate token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.GRAPHBOT_APP_ID }} private-key: ${{ secrets.GRAPHBOT_APP_PEM }} diff --git a/.github/workflows/release-please-gha.yml b/.github/workflows/release-please-gha.yml index 614d8aa514a..c4a65867c74 100644 --- a/.github/workflows/release-please-gha.yml +++ b/.github/workflows/release-please-gha.yml @@ -25,7 +25,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }} private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }} From 64bcbca5b339e060a613a293d8b8d7c4eec3b572 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:08:04 +0000 Subject: [PATCH 2/5] chore(deps): bump the kiota-dependencies group across 2 directories with 6 updates Bumps the kiota-dependencies group with 1 update in the / directory: [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java). Bumps the kiota-dependencies group with 1 update in the /java-8 directory: [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.9.0 to 1.9.2 - [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.9.0...v1.9.2) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch 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 492a7a450c5..13953ef2967 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,10 +6,10 @@ dependencies { // Core Http library api 'com.microsoft.graph:microsoft-graph-core:3.6.5' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.2' } From 96bbbecb11508ec9d286004d731e989b386ec635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 10:30:53 +0000 Subject: [PATCH 3/5] chore(deps): bump the kiota-dependencies group 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) | `1.9.0` | `1.9.1` | | [com.microsoft.kiota:microsoft-kiota-http-okHttp](https://github.com/microsoft/kiota-java) | `1.9.0` | `1.9.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-json](https://github.com/microsoft/kiota-java) | `1.9.0` | `1.9.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-text](https://github.com/microsoft/kiota-java) | `1.9.0` | `1.9.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-form](https://github.com/microsoft/kiota-java) | `1.9.0` | `1.9.1` | | [com.microsoft.kiota:microsoft-kiota-serialization-multipart](https://github.com/microsoft/kiota-java) | `1.9.0` | `1.9.1` | Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) Updates `com.microsoft.kiota:microsoft-kiota-http-okHttp` from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-json` from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-text` from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-form` from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) Updates `com.microsoft.kiota:microsoft-kiota-serialization-multipart` from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-http-okHttp dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-json dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-text dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-form dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-serialization-multipart dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch 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 492a7a450c5..13953ef2967 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -6,10 +6,10 @@ dependencies { // Core Http library api 'com.microsoft.graph:microsoft-graph-core:3.6.5' - implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0' - implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0' + implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.2' + implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.2' } From 32b76070c57a205b2425fd3196126a0ee2273a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:51:23 +0000 Subject: [PATCH 4/5] chore(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.5.0 to 3.0.0. - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.0.0) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge-dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index ba2243c97e5..62a99a4807e 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.5.0 + uses: dependabot/fetch-metadata@v3.0.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" From 377494c90ece8b296ec717c571ae21439bf9ddf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 07:52:39 +0000 Subject: [PATCH 5/5] chore(deps): bump android-actions/setup-android from 3.2.2 to 4.0.1 Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 3.2.2 to 4.0.1. - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/v3.2.2...v4.0.1) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api-level-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-level-lint.yml b/.github/workflows/api-level-lint.yml index 08563064e20..61e8860b29c 100644 --- a/.github/workflows/api-level-lint.yml +++ b/.github/workflows/api-level-lint.yml @@ -21,7 +21,7 @@ jobs: run: .\scripts\copyFilesOnBuild.ps1 -inputPath '.\src\main\java\com\microsoft\graph\beta\generated' shell: pwsh - name: Setup Android SDK - uses: android-actions/setup-android@v3.2.2 + uses: android-actions/setup-android@v4.0.1 - name: Add execution right to the script run: chmod +x gradlew working-directory: ./android