diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index e3ec3d32c2e3bb2e9dae0eb94f30f284e24cf718..c306faf96532888516e80b089c2271ea1aa8365d 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -13,7 +13,7 @@ plugins { mainClassName = "io.github.kobylynskyi.order.Application" dependencies { - implementation "org.springframework.boot:spring-boot-starter-web:2.3.2.RELEASE" + implementation "org.springframework.boot:spring-boot-starter-web:2.3.3.RELEASE" implementation "org.springframework.boot:spring-boot-starter-data-mongodb:2.3.2.RELEASE" implementation "com.graphql-java-kickstart:graphql-spring-boot-starter:7.1.0"