Skip to content

Commit 1741814

Browse files
Bump org.springframework.boot:spring-boot-starter-web (#1419)
Bumps [org.springframework.boot:spring-boot-starter-web](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-web 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 f8bcc7d commit 1741814

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
@@ -12,7 +12,7 @@ plugins {
1212
mainClassName = "io.github.kobylynskyi.product.Application"
1313

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

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

0 commit comments

Comments
 (0)