From 26e355dfa1d11464117533ef902db0abd0916869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 May 2025 16:04:08 +0000 Subject: [PATCH] build(deps): bump com.microsoft.graph:microsoft-graph in /api-app Bumps [com.microsoft.graph:microsoft-graph](https://github.com/microsoftgraph/msgraph-sdk-java) from 6.37.0 to 6.38.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-java/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoftgraph/msgraph-sdk-java/compare/v6.37.0...v6.38.0) --- updated-dependencies: - dependency-name: com.microsoft.graph:microsoft-graph dependency-version: 6.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-app/build.gradle.kts b/api-app/build.gradle.kts index ebd6f72c..4f0843c1 100644 --- a/api-app/build.gradle.kts +++ b/api-app/build.gradle.kts @@ -32,7 +32,7 @@ dependencyManagement { dependencies { implementation("com.azure.spring:spring-cloud-azure-starter-active-directory") implementation("com.azure.spring:spring-cloud-azure-starter-actuator") - implementation("com.microsoft.graph:microsoft-graph:6.37.0") + implementation("com.microsoft.graph:microsoft-graph:6.38.0") implementation("org.flywaydb:flyway-core") implementation("org.flywaydb:flyway-database-postgresql") implementation("org.springframework.boot:spring-boot-starter-actuator")