diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index d4dae5871cec3e9fe2c4ed73db58e8ae6d642794..5f12f23b7baad0706f962b271d3ad5365fc129a3 100644 --- a/plugins/gradle/example-server/build.gradle +++ b/plugins/gradle/example-server/build.gradle @@ -12,7 +12,7 @@ plugins { mainClassName = "io.github.kobylynskyi.product.Application" dependencies { - implementation "org.springframework.boot:spring-boot-starter-web:2.7.10" + implementation "org.springframework.boot:spring-boot-starter-web:2.7.14" implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.7.13" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"