Skip to content

Commit 1606478

Browse files
Bump spring-boot-starter-web in /plugins/gradle/example-server (#487)
Bumps [spring-boot-starter-web](https://github.com/spring-projects/spring-boot) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.4.1...v2.4.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5284352 commit 1606478

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.4.1"
15+
implementation "org.springframework.boot:spring-boot-starter-web:2.4.2"
1616
implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.1"
1717

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

0 commit comments

Comments
 (0)