Skip to content

Commit 77aa9ba

Browse files
committed
Try SB 2.7.8 versions for Flyway and Liquibase in opt and test
1 parent 21419e7 commit 77aa9ba

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ ext {
3535
// [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'],
3636
// [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'],
3737
// [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'],
3939
// [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'],
4141
[name: 'no_sb', flyway: 'default', 'flyway-test': 'default', 'zonky-postgres': 'default']
4242
]],
4343
[name: 'liquibase', versions: [
@@ -275,12 +275,14 @@ project(':embedded-database-spring-test') {
275275
optImplementation 'org.apache.derby:derby:10.14.2.0'
276276
optImplementation 'org.apache.derby:derbytools:10.14.2.0'
277277

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'
279280
optImplementation 'org.flywaydb.flyway-test-extensions:flyway-spring-test:7.0.0'
280281
optImplementation('org.springframework.boot:spring-boot-starter-test:2.7.18') {
281282
exclude group: 'org.mockito'
282283
}
283284
optImplementation 'org.liquibase:liquibase-core:4.9.1'
285+
testImplementation 'org.liquibase:liquibase-core:4.9.1'
284286

285287
api 'org.springframework:spring-context:5.3.31'
286288
api 'org.springframework:spring-test:5.3.31'

0 commit comments

Comments
 (0)