From 073db16bd88a4e4987c3e0e9f20dbe902b7762eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:41:29 +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-server/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index 69e455a30..7fa2f48a5 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -12,8 +12,8 @@ plugins { mainClassName = "io.github.kobylynskyi.product.Application" dependencies { - implementation "org.springframework.boot:spring-boot-starter-web:2.7.18" - implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.18" + implementation "org.springframework.boot:spring-boot-starter-web:4.0.0" + implementation "org.springframework.boot:spring-boot-starter-data-mongodb:4.0.0" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0" implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"