diff --git a/plugins/gradle/example-server/build.gradle b/plugins/gradle/example-server/build.gradle index b34fe9b066e942ea80d36365442a8f458fb07be3..5dd0bd62efb6f230cfeb61b18c9ba8597c5c54c2 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.4.2" + implementation "org.springframework.boot:spring-boot-starter-web:2.4.3" implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.4.2" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:8.0.0"