From 99ca6e4e1e683a7e64eb62970945cd0a0c08fbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 21:52:15 +0000 Subject: [PATCH] build(deps): bump com.microsoft.kiota:microsoft-kiota-bundle Bumps the kiota-dependencies group in /get-started/quickstart/java/app with 1 update: [com.microsoft.kiota:microsoft-kiota-bundle](https://github.com/microsoft/kiota-java). Updates `com.microsoft.kiota:microsoft-kiota-bundle` from 1.5.0 to 1.5.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.5.0...v1.5.1) --- updated-dependencies: - dependency-name: com.microsoft.kiota:microsoft-kiota-bundle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kiota-dependencies ... Signed-off-by: dependabot[bot] --- get-started/quickstart/java/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/quickstart/java/app/build.gradle b/get-started/quickstart/java/app/build.gradle index 82156e1d8..a75bf1154 100644 --- a/get-started/quickstart/java/app/build.gradle +++ b/get-started/quickstart/java/app/build.gradle @@ -25,7 +25,7 @@ dependencies { // implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' - implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.0' + implementation 'com.microsoft.kiota:microsoft-kiota-bundle:1.5.1' // }