Skip to content

Commit 3161f10

Browse files
committed
Start testing against Spring Framework 5.3
Closes gh-695
1 parent a1a2271 commit 3161f10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-restdocs-mockmvc/build.gradle

+1-1
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.+', '5.2.+']
24+
versions = ['5.1.+', '5.2.+', '5.3.+']
2525
}
2626
}

spring-restdocs-webtestclient/build.gradle

+1-1
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.+', '5.2.+']
22+
versions = ['5.1.+', '5.2.+', '5.3.+']
2323
}
2424
}

0 commit comments

Comments
 (0)