Start testing against Spring Framework 5.3

Closes gh-695
This commit is contained in:
Andy Wilkinson
2020-09-02 11:17:22 +01:00
parent a1a2271133
commit 3161f10b51
2 changed files with 2 additions and 2 deletions

View File

@@ -21,6 +21,6 @@ test {
matrixTest { matrixTest {
springFramework { springFramework {
group = 'org.springframework' group = 'org.springframework'
versions = ['5.1.+', '5.2.+'] versions = ['5.1.+', '5.2.+', '5.3.+']
} }
} }

View File

@@ -19,6 +19,6 @@ test {
matrixTest { matrixTest {
springFramework { springFramework {
group = 'org.springframework' group = 'org.springframework'
versions = ['5.1.+', '5.2.+'] versions = ['5.1.+', '5.2.+', '5.3.+']
} }
} }