|
35 | 35 | // [name: '7.6.0', flyway: '7.6.0', 'flyway-test': '7.0.0', spring: '5.3.13', 'spring-boot': '2.4.13', 'zonky-postgres': 'default'], |
36 | 36 | // [name: '7.15.0', flyway: '7.15.0', 'flyway-test': '7.0.0', spring: '5.3.27', 'spring-boot': '2.5.15', 'zonky-postgres': 'default'], |
37 | 37 | // [name: '8.0.5', flyway: '8.0.5', 'flyway-test': '7.0.0', spring: '5.3.27', 'spring-boot': '2.6.15', 'zonky-postgres': 'default'], |
38 | | -// [name: '8.5.13', flyway: '8.5.13', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'], |
| 38 | + [name: '8.5.13', flyway: '8.5.13', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'], |
39 | 39 | // [name: '9.0.4', flyway: '9.0.4', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'], |
40 | | - [name: '9.8.3', flyway: '9.8.3', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'], |
| 40 | +// [name: '9.8.3', flyway: '9.8.3', 'flyway-test': '7.0.0', spring: '5.3.31', 'spring-boot': '2.7.18', 'zonky-postgres': 'default'], |
41 | 41 | [name: 'no_sb', flyway: 'default', 'flyway-test': 'default', 'zonky-postgres': 'default'] |
42 | 42 | ]], |
43 | 43 | [name: 'liquibase', versions: [ |
@@ -275,12 +275,14 @@ project(':embedded-database-spring-test') { |
275 | 275 | optImplementation 'org.apache.derby:derby:10.14.2.0' |
276 | 276 | optImplementation 'org.apache.derby:derbytools:10.14.2.0' |
277 | 277 |
|
278 | | - optImplementation 'org.flywaydb:flyway-core:9.8.3' |
| 278 | + optImplementation 'org.flywaydb:flyway-core:8.5.13' |
| 279 | + testImplementation 'org.flywaydb:flyway-core:8.5.13' |
279 | 280 | optImplementation 'org.flywaydb.flyway-test-extensions:flyway-spring-test:7.0.0' |
280 | 281 | optImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') { |
281 | 282 | exclude group: 'org.mockito' |
282 | 283 | } |
283 | 284 | optImplementation 'org.liquibase:liquibase-core:4.9.1' |
| 285 | + testImplementation 'org.liquibase:liquibase-core:4.9.1' |
284 | 286 |
|
285 | 287 | api 'org.springframework:spring-context:5.3.31' |
286 | 288 | api 'org.springframework:spring-test:5.3.31' |
|
0 commit comments