File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
spring-restdocs-webtestclient Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -82,3 +82,10 @@ components.java.withVariantsFromConfiguration(configurations.testFixturesApiElem
8282components. java. withVariantsFromConfiguration(configurations. testFixturesRuntimeElements) {
8383 skip()
8484}
85+
86+ compatibilityTest {
87+ dependency(" Spring Framework" ) { springFramework ->
88+ springFramework. groupId = " org.springframework"
89+ springFramework. versions = [" 6.1.+" ]
90+ }
91+ }
Original file line number Diff line number Diff line change @@ -22,3 +22,10 @@ dependencies {
2222 testImplementation(" org.hamcrest:hamcrest-library" )
2323 testImplementation(" org.mockito:mockito-core" )
2424}
25+
26+ compatibilityTest {
27+ dependency(" Spring Framework" ) { springFramework ->
28+ springFramework. groupId = " org.springframework"
29+ springFramework. versions = [" 6.1.+" ]
30+ }
31+ }
Original file line number Diff line number Diff line change @@ -21,3 +21,10 @@ dependencies {
2121
2222 testRuntimeOnly(" org.springframework:spring-context" )
2323}
24+
25+ compatibilityTest {
26+ dependency(" Spring Framework" ) { springFramework ->
27+ springFramework. groupId = " org.springframework"
28+ springFramework. versions = [" 6.1.+" ]
29+ }
30+ }
You can’t perform that action at this time.
0 commit comments