diff --git a/build.gradle b/build.gradle index 5999bda6..436490b2 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ description = "Spring for GraphQL" ext { moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")] - springFrameworkVersion = "6.0.3" + springFrameworkVersion = "6.0.4" graphQlJavaVersion = "19.2" springBootVersion = "3.0.0" } diff --git a/platform/build.gradle b/platform/build.gradle index 23a3bf99..02f27e52 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -8,11 +8,11 @@ javaPlatform { dependencies { api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}")) - api(platform("com.fasterxml.jackson:jackson-bom:2.14.1")) - api(platform("io.projectreactor:reactor-bom:2022.0.1")) + api(platform("com.fasterxml.jackson:jackson-bom:2.14.2")) + api(platform("io.projectreactor:reactor-bom:2022.0.2")) api(platform("io.micrometer:micrometer-bom:1.10.4")) api(platform("io.micrometer:micrometer-tracing-bom:1.0.2")) - api(platform("org.springframework.data:spring-data-bom:2022.0.0")) + api(platform("org.springframework.data:spring-data-bom:2022.0.1")) api(platform("org.springframework.security:spring-security-bom:6.0.1")) api(platform("com.querydsl:querydsl-bom:5.0.0")) api(platform("io.rsocket:rsocket-bom:1.1.3"))