Skip to content

Commit 3074bea

Browse files
Bump org.springframework.boot:spring-boot-starter-data-mongodb (#1418)
Bumps [org.springframework.boot:spring-boot-starter-data-mongodb](https://github.com/spring-projects/spring-boot) from 2.7.17 to 2.7.18. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.7.17...v2.7.18) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-data-mongodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89f6672 commit 3074bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-server/build.gradle

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

1414
dependencies {
1515
implementation "org.springframework.boot:spring-boot-starter-web:2.7.18"
16-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.17"
16+
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.18"
1717

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

0 commit comments

Comments
 (0)