@@ -207,18 +207,12 @@ dependencies {
207
207
testImplementation(" org.openrewrite:rewrite-java-11:${rewriteVersion} " )
208
208
testImplementation(" org.openrewrite:rewrite-java-8:${rewriteVersion} " )
209
209
210
- testRuntimeOnly(" org.springframework:spring-beans:latest.release" )
211
- testRuntimeOnly(" org.springframework:spring-context:latest.release" )
212
- testRuntimeOnly(" org.springframework:spring-web:latest.release" )
213
- testRuntimeOnly(" org.springframework:spring-webmvc:latest.release" )
214
- testRuntimeOnly(" org.springframework:spring-test:latest.release" )
215
- testRuntimeOnly(" org.springframework.boot:spring-boot-test:latest.release" )
216
- testRuntimeOnly(" org.springframework.boot:spring-boot-test-autoconfigure:latest.release" )
217
-
218
210
" testWithSpringBoot_1_5RuntimeOnly" (" org.springframework:spring-web:4.+" )
219
211
" testWithSpringBoot_1_5RuntimeOnly" (" org.springframework.boot:spring-boot:1.5.+" )
220
212
" testWithSpringBoot_1_5RuntimeOnly" (" org.springframework.boot:spring-boot-autoconfigure:1.5.+" )
221
213
" testWithSpringBoot_1_5RuntimeOnly" (" org.springframework.boot:spring-boot-test:1.5.+" )
214
+ " testWithSpringBoot_1_5RuntimeOnly" (" org.hamcrest:hamcrest:2.2" )
215
+ " testWithSpringBoot_1_5RuntimeOnly" (" junit:junit:latest.release" )
222
216
223
217
" testWithSpringBoot_2_1RuntimeOnly" (" org.springframework:spring-web:5.1.+" )
224
218
" testWithSpringBoot_2_1RuntimeOnly" (" org.springframework.boot:spring-boot:2.1.+" )
@@ -227,7 +221,7 @@ dependencies {
227
221
" testWithSpringBoot_2_2RuntimeOnly" (" org.springframework.boot:spring-boot:2.2.+" )
228
222
229
223
" testWithSpringBoot_2_3RuntimeOnly" (" org.openrewrite.recipe:rewrite-testing-frameworks:${rewriteVersion} " )
230
- " testWithSpringBoot_2_3RuntimeOnly" (" org.springframework:spring-test:4 .+" )
224
+ " testWithSpringBoot_2_3RuntimeOnly" (" org.springframework:spring-test:5.3 .+" )
231
225
" testWithSpringBoot_2_3RuntimeOnly" (" junit:junit:latest.release" )
232
226
" testWithSpringBoot_2_3RuntimeOnly" (" org.hamcrest:hamcrest:2.2" )
233
227
" testWithSpringBoot_2_3RuntimeOnly" (" org.springframework.boot:spring-boot-test:1.5.+" )
@@ -246,9 +240,13 @@ dependencies {
246
240
" testWithSpringBoot_2_4RuntimeOnly" (" org.springframework:spring-context:5.3.+" )
247
241
" testWithSpringBoot_2_4RuntimeOnly" (" org.springframework:spring-orm:5.3.+" )
248
242
" testWithSpringBoot_2_4RuntimeOnly" (" org.springframework:spring-web:5.3.+" )
243
+ " testWithSpringBoot_2_4RuntimeOnly" (" org.springframework:spring-webmvc:5.3.+" )
249
244
" testWithSpringBoot_2_4RuntimeOnly" (" jakarta.persistence:jakarta.persistence-api:2.2.3" )
250
245
" testWithSpringBoot_2_4RuntimeOnly" (" org.springframework.data:spring-data-jpa:2.4.+" )
251
246
" testWithSpringBoot_2_4RuntimeOnly" (" org.springframework.data:spring-data-jdbc:2.1.+" )
247
+ " testWithSpringBoot_2_4RuntimeOnly" (" org.springframework:spring-test:5.3.+" )
248
+ " testWithSpringBoot_2_4RuntimeOnly" (" org.springframework.boot:spring-boot-test:2.4.+" )
249
+ " testWithSpringBoot_2_4RuntimeOnly" (" org.springframework.boot:spring-boot-test-autoconfigure:2.4.+" )
252
250
253
251
" testWithSpringFramework_5_1RuntimeOnly" (" org.springframework:spring-core:5.1.+" )
254
252
@@ -259,6 +257,7 @@ dependencies {
259
257
" testWithSpringFramework_5_3RuntimeOnly" (" org.springframework:spring-beans:5.3.+" )
260
258
" testWithSpringFramework_5_3RuntimeOnly" (" org.springframework:spring-tx:5.3.+" )
261
259
" testWithSpringFramework_5_3RuntimeOnly" (" org.springframework:spring-jdbc:5.3.+" )
260
+ " testWithSpringFramework_5_3RuntimeOnly" (" org.springframework:spring-web:5.3.+" )
262
261
263
262
" testWithSpringBoot_2_5RuntimeOnly" (" org.springframework.boot:spring-boot:2.5.+" )
264
263
0 commit comments