From 6e43a6cdef2374665e9df1d7963cf59a61b42c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 06:43:18 +0000 Subject: [PATCH] Bump com.expediagroup:graphql-kotlin-spring-server from 9.0.0 to 9.1.0 Bumps [com.expediagroup:graphql-kotlin-spring-server](https://github.com/ExpediaGroup/graphql-kotlin) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/ExpediaGroup/graphql-kotlin/releases) - [Commits](https://github.com/ExpediaGroup/graphql-kotlin/compare/9.0.0...9.1.0) --- updated-dependencies: - dependency-name: com.expediagroup:graphql-kotlin-spring-server dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lmos-runtime-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmos-runtime-bom/build.gradle.kts b/lmos-runtime-bom/build.gradle.kts index 89a3ce9..f16aec8 100644 --- a/lmos-runtime-bom/build.gradle.kts +++ b/lmos-runtime-bom/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { // Misc api("com.charleskorn.kaml:kaml:0.104.0") - api("com.expediagroup:graphql-kotlin-spring-server:9.0.0") + api("com.expediagroup:graphql-kotlin-spring-server:9.1.0") api("org.mockito.kotlin:mockito-kotlin:6.2.3") api("app.cash.turbine:turbine:1.2.1") api("com.marcinziolo:kotlin-wiremock:2.1.1")