Skip to content

Commit ba42c0b

Browse files
committed
Upgrade to Spring Boot 3.1.0-RC2
1 parent 79ddfe0 commit ba42c0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 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.0.9"
66
graphQlJavaVersion = "20.2"
7-
springBootVersion = "3.1.0-M2"
7+
springBootVersion = "3.1.0-RC2"
88
}
99

1010
subprojects {
@@ -13,6 +13,12 @@ subprojects {
1313

1414
repositories {
1515
mavenCentral()
16+
maven {
17+
url "https://repo.spring.io/milestone"
18+
content {
19+
includeGroup "org.springframework.boot"
20+
}
21+
}
1622
if (version.contains('-')) {
1723
maven { url "https://repo.spring.io/milestone" }
1824
}

0 commit comments

Comments
 (0)