Upgrade dependencies
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
ext {
|
||||
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
|
||||
graphQlJavaVersion = "18.3"
|
||||
bootVersion = "2.7.0-SNAPSHOT"
|
||||
bootVersion = "2.7.5"
|
||||
}
|
||||
|
||||
description = "Spring for GraphQL"
|
||||
|
||||
@@ -7,11 +7,11 @@ javaPlatform {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
|
||||
api(platform("io.projectreactor:reactor-bom:2020.0.23"))
|
||||
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4.20221013"))
|
||||
api(platform("io.projectreactor:reactor-bom:2020.0.25"))
|
||||
api(platform("org.springframework:spring-framework-bom:5.3.23"))
|
||||
api(platform("org.springframework.data:spring-data-bom:2021.2.3"))
|
||||
api(platform("org.springframework.security:spring-security-bom:5.7.3"))
|
||||
api(platform("org.springframework.data:spring-data-bom:2021.2.6"))
|
||||
api(platform("org.springframework.security:spring-security-bom:5.7.5"))
|
||||
api(platform("com.querydsl:querydsl-bom:5.0.0"))
|
||||
api(platform("io.rsocket:rsocket-bom:1.1.3"))
|
||||
api(platform("org.jetbrains.kotlin:kotlin-bom:1.6.21"))
|
||||
@@ -35,7 +35,7 @@ dependencies {
|
||||
api("org.skyscreamer:jsonassert:1.5.1")
|
||||
|
||||
api("com.h2database:h2:2.1.214")
|
||||
api("org.hibernate:hibernate-core:5.6.10.Final")
|
||||
api("org.hibernate:hibernate-core:5.6.14.Final")
|
||||
api("org.hibernate.validator:hibernate-validator:6.2.5.Final")
|
||||
api("org.mongodb:bson:4.6.1")
|
||||
api("org.mongodb:mongodb-driver-core:4.6.1")
|
||||
|
||||
Reference in New Issue
Block a user