diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4a4a4d2..28b8e36 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ junit = "5.8.2" graphql-java = "18.1" graphql-kickstart-spring-boot = "12.0.0" commons-text = "1.9" -spring-boot = "2.7.1" +spring-boot = "2.7.2" spock = "2.1-groovy-3.0" dgs = "5.0.5" diff --git a/graphql-datetime-spring-boot-autoconfigure/build.gradle.kts b/graphql-datetime-spring-boot-autoconfigure/build.gradle.kts index 01eff4c..cd84683 100644 --- a/graphql-datetime-spring-boot-autoconfigure/build.gradle.kts +++ b/graphql-datetime-spring-boot-autoconfigure/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { api(project(":graphql-datetime-spring-boot-common")) // Spring Boot - compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.1") + compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.2") } tasks.withType {