Skip to content

Commit 1b84e7f

Browse files
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](spring-projects/spring-boot@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] <[email protected]>
1 parent a18ed9b commit 1b84e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mainClassName = "io.github.kobylynskyi.order.Application"
1414

1515
dependencies {
1616
implementation "org.springframework.boot:spring-boot-starter-web:2.7.10"
17-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.18"
17+
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:4.0.0"
1818

1919
implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.1.0"
2020
implementation "com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"

0 commit comments

Comments
 (0)