From 1b84e7f64d4603cea1f3235bb932bccbaf61da74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:06:18 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-data-mongodb Bumps [org.springframework.boot:spring-boot-starter-data-mongodb](https://github.com/spring-projects/spring-boot) from 2.7.18 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-mongodb dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- plugins/gradle/example-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index e3393ce3d..7d6a1dca4 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -14,7 +14,7 @@ mainClassName = "io.github.kobylynskyi.order.Application" dependencies { implementation "org.springframework.boot:spring-boot-starter-web:2.7.10" - implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.18" + implementation "org.springframework.boot:spring-boot-starter-data-mongodb:4.0.0" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.1.0" implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"