Skip to content

Commit 99e9e6a

Browse files
committed
Upgrade dependencies
1 parent 1427c74 commit 99e9e6a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
ext {
66
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
77
graphQlJavaVersion = "18.3"
8-
bootVersion = "2.7.0-SNAPSHOT"
8+
bootVersion = "2.7.5"
99
}
1010

1111
description = "Spring for GraphQL"

platform/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ javaPlatform {
77
}
88

99
dependencies {
10-
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4"))
11-
api(platform("io.projectreactor:reactor-bom:2020.0.23"))
10+
api(platform("com.fasterxml.jackson:jackson-bom:2.13.4.20221013"))
11+
api(platform("io.projectreactor:reactor-bom:2020.0.25"))
1212
api(platform("org.springframework:spring-framework-bom:5.3.23"))
13-
api(platform("org.springframework.data:spring-data-bom:2021.2.3"))
14-
api(platform("org.springframework.security:spring-security-bom:5.7.3"))
13+
api(platform("org.springframework.data:spring-data-bom:2021.2.6"))
14+
api(platform("org.springframework.security:spring-security-bom:5.7.5"))
1515
api(platform("com.querydsl:querydsl-bom:5.0.0"))
1616
api(platform("io.rsocket:rsocket-bom:1.1.3"))
1717
api(platform("org.jetbrains.kotlin:kotlin-bom:1.6.21"))
@@ -35,7 +35,7 @@ dependencies {
3535
api("org.skyscreamer:jsonassert:1.5.1")
3636

3737
api("com.h2database:h2:2.1.214")
38-
api("org.hibernate:hibernate-core:5.6.10.Final")
38+
api("org.hibernate:hibernate-core:5.6.14.Final")
3939
api("org.hibernate.validator:hibernate-validator:6.2.5.Final")
4040
api("org.mongodb:bson:4.6.1")
4141
api("org.mongodb:mongodb-driver-core:4.6.1")

0 commit comments

Comments
 (0)