From c0823493c1338f4787fbf908c1f625d47a6d1929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:56:53 +0000 Subject: [PATCH] Update spring boot to v2.7.1 --- 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 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 {