From 496fe58dbc74a35a13d4622f56ca4be978f34fc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:10:25 +0000 Subject: [PATCH] Update spring boot to v2.7.2 --- gradle/libs.versions.toml | 2 +- graphql-datetime-spring-boot-autoconfigure/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {