Skip to content

Commit d51ff14

Browse files
Bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](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-web 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 d51ff14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/gradle/example-server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ plugins {
1212
mainClassName = "io.github.kobylynskyi.product.Application"
1313

1414
dependencies {
15-
implementation "org.springframework.boot:spring-boot-starter-web:2.7.18"
16-
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.18"
15+
implementation "org.springframework.boot:spring-boot-starter-web:4.0.0"
16+
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:4.0.0"
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)