Skip to content

Commit 8483164

Browse files
committed
Upgrade dependencies
This commit upgrades mandatory and optional dependencies, such as: * Spring Framework 5.3.26 * Reactor 2020.0.30 * Spring Data 2021.2.10 * Spring Security 5.7.7 Closes gh-637 Closes gh-638 Closes gh-639 Closes gh-640
1 parent 3666112 commit 8483164

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.5"
8+
bootVersion = "2.7.9"
99
}
1010

1111
description = "Spring for GraphQL"

platform/build.gradle

Lines changed: 6 additions & 6 deletions
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.20221013"))
11-
api(platform("io.projectreactor:reactor-bom:2020.0.25"))
12-
api(platform("org.springframework:spring-framework-bom:5.3.23"))
13-
api(platform("org.springframework.data:spring-data-bom:2021.2.6"))
14-
api(platform("org.springframework.security:spring-security-bom:5.7.5"))
10+
api(platform("com.fasterxml.jackson:jackson-bom:2.13.5"))
11+
api(platform("io.projectreactor:reactor-bom:2020.0.30"))
12+
api(platform("org.springframework:spring-framework-bom:5.3.26"))
13+
api(platform("org.springframework.data:spring-data-bom:2021.2.10"))
14+
api(platform("org.springframework.security:spring-security-bom:5.7.7"))
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.14.Final")
38+
api("org.hibernate:hibernate-core:5.6.15.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)