Tolerate Flway 9.20

Closes gh-36029
This commit is contained in:
Andy Wilkinson
2023-06-27 20:22:24 +01:00
parent 15d6858db9
commit 9e1f2c4257
2 changed files with 4 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Andy Wilkinson
*/
@ClassPathOverrides({ "org.flywaydb:flyway-core:9.1.2", "com.h2database:h2:2.1.210" })
@ClassPathOverrides({ "org.flywaydb:flyway-core:9.20.0", "org.flywaydb:flyway-sqlserver:9.20.0",
"com.h2database:h2:2.1.210" })
class Flyway9xAutoConfigurationTests {
private final ApplicationContextRunner contextRunner = new ApplicationContextRunner()