Skip to content

Commit bcea4d7

Browse files
committed
Upgrade optional dependencies
1 parent ff8abf6 commit bcea4d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ext {
44
moduleProjects = [project(":spring-graphql"), project(":spring-graphql-test")]
55
springFrameworkVersion = "6.1.21"
66
graphQlJavaVersion = "22.4"
7-
springBootVersion = "3.3.8"
7+
springBootVersion = "3.3.13"
88
}
99

1010
subprojects {

platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ javaPlatform {
88

99
dependencies {
1010
api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}"))
11-
api(platform("com.fasterxml.jackson:jackson-bom:2.17.2"))
11+
api(platform("com.fasterxml.jackson:jackson-bom:2.17.3"))
1212
api(platform("io.projectreactor:reactor-bom:2023.0.19"))
1313
api(platform("io.micrometer:micrometer-bom:1.13.15"))
1414
api(platform("io.micrometer:micrometer-tracing-bom:1.3.13"))

0 commit comments

Comments
 (0)