diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9f7454b..87f6fa3 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.0" +spring-boot = "2.7.1" spock = "2.1-groovy-3.0" dgs = "5.0.4" diff --git a/graphql-datetime-spring-boot-autoconfigure/build.gradle.kts b/graphql-datetime-spring-boot-autoconfigure/build.gradle.kts index ffeb88c..01eff4c 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.0") + compileOnly("org.springframework.boot:spring-boot-starter-graphql:2.7.1") } tasks.withType {