Upgrade other dependencies
* Spring Framework 6.0.4 * Spring Data 2022.0.1 * Jackson 2.14.2 * Reactor 2022.0.2
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user