Skip to content

Commit 1f11b6c

Browse files
committed
2.6 Migration - test with boot 2.5 configuration
1 parent 14365cd commit 1f11b6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencyCheck {
5454
group = "org.openrewrite.recipe"
5555
description = "Eliminate legacy Spring patterns and migrate between major Spring Boot versions. Automatically."
5656

57-
val springBoot2Versions: List<String> = listOf("1_5", "2_1", "2_2", "2_3", "2_4")
57+
val springBoot2Versions: List<String> = listOf("1_5", "2_1", "2_2", "2_3", "2_4", "2_5")
5858
val springDataVersions: List<String> = listOf("2_1", "2_3")
5959
val springFrameworkVersions: List<String> = listOf("5_1", "5_2", "5_3")
6060

@@ -254,6 +254,9 @@ dependencies {
254254
"testWithSpringFramework_5_3RuntimeOnly"("org.springframework:spring-beans:5.3.+")
255255
"testWithSpringFramework_5_3RuntimeOnly"("org.springframework:spring-tx:5.3.+")
256256
"testWithSpringFramework_5_3RuntimeOnly"("org.springframework:spring-jdbc:5.3.+")
257+
258+
"testWithSpringBoot_2_5RuntimeOnly"("org.springframework.boot:spring-boot:2.5.+")
259+
257260
}
258261

259262
tasks.named<Test>("test") {

0 commit comments

Comments
 (0)