Skip to content

Commit ab178da

Browse files
Bump the kiota-dependencies group
Bumps the kiota-dependencies group in /get-started/azure-auth/java/app with 2 updates: [com.microsoft.kiota:microsoft-kiota-bundle](https://github.com/microsoft/kiota-java) and [com.microsoft.kiota:microsoft-kiota-authentication-azure](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-bundle` from 1.8.11 to 1.9.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.8.11...v1.9.0) Updates `com.microsoft.kiota:microsoft-kiota-authentication-azure` from 1.8.11 to 1.9.0 - [Release notes](https://github.com/microsoft/kiota-java/releases) - [Changelog](https://github.com/microsoft/kiota-java/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-java@v1.8.11...v1.9.0) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-bundle dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies - dependency-name: com.microsoft.kiota:microsoft-kiota-authentication-azure dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89cec20 commit ab178da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

get-started/azure-auth/java/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626

2727
// <DependenciesSnippet>
2828
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
29-
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.8.11'
30-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.11'
29+
implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.9.0'
30+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0'
3131
implementation 'com.azure:azure-identity:1.18.1'
3232
// </DependenciesSnippet>
3333
}

0 commit comments

Comments
 (0)