Skip to content

Commit 3a5cc58

Browse files
committed
Test against Spring Framework 5.2
1 parent ef0973c commit 3a5cc58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-restdocs-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ test {
6767
matrixTest {
6868
springFramework {
6969
group = 'org.springframework'
70-
versions = ['5.1.10.BUILD-SNAPSHOT']
70+
versions = ['5.1.+', '5.2.+']
7171
}
7272
}

spring-restdocs-mockmvc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ test {
2121
matrixTest {
2222
springFramework {
2323
group = 'org.springframework'
24-
versions = ['5.1.10.BUILD-SNAPSHOT']
24+
versions = ['5.1.+', '5.2.+']
2525
}
2626
}

spring-restdocs-webtestclient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ test {
1919
matrixTest {
2020
springFramework {
2121
group = 'org.springframework'
22-
versions = ['5.1.10.BUILD-SNAPSHOT']
22+
versions = ['5.1.+', '5.2.+']
2323
}
2424
}

0 commit comments

Comments
 (0)