Skip to content

Commit 7e31fea

Browse files
committed
update flyway, liquibase and postgres versions in test suites
1 parent 49e474f commit 7e31fea

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The primary goal of this project is to make it easier to write Spring-powered in
88

99
* Supports both `Spring` and `Spring Boot` frameworks
1010
* Spring `4.3.8` - `6.1.x`
11-
* Spring Boot `1.4.6` - `3.2.x`
11+
* Spring Boot `1.4.6` - `3.4.x`
1212
* Supports multiple different databases
1313
* [PostgreSQL](#postgresql), [MSSQL](#microsoft-sql-server), [MySQL](#mysql), [MariaDB](#mariadb), [H2](#h2), [HSQLDB](#hsqldb), [Derby](#derby)
1414
* Supports multiple database providers

build.gradle

+15-11
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@ ext {
5353
[name: 'no_sb', liquibase: 'default']
5454
]],
5555
[name: 'postgres', versions: [
56-
[name: '12', postgres: '12.18', 'zonky-postgres': '12.18.0', opentable: 'default', yandex: 'default'],
57-
[name: '13', postgres: '13.14', 'zonky-postgres': '13.14.0', opentable: 'default', yandex: 'default'],
58-
[name: '14', postgres: '14.11', 'zonky-postgres': '14.11.0', opentable: 'default', yandex: 'default'],
59-
[name: '15', postgres: '15.6', 'zonky-postgres': '15.6.0', opentable: 'default', yandex: 'default'],
60-
[name: '16', postgres: '16.2', 'zonky-postgres': '16.2.0', opentable: 'default', yandex: 'default']
56+
[name: '12', postgres: '12.22', 'zonky-postgres': '12.22.0', opentable: 'default', yandex: 'default'],
57+
[name: '13', postgres: '13.18', 'zonky-postgres': '13.18.0', opentable: 'default', yandex: 'default'],
58+
[name: '14', postgres: '14.15', 'zonky-postgres': '14.15.0', opentable: 'default', yandex: 'default'],
59+
[name: '15', postgres: '15.10', 'zonky-postgres': '15.10.0', opentable: 'default', yandex: 'default'],
60+
[name: '16', postgres: '16.6', 'zonky-postgres': '16.6.0', opentable: 'default', yandex: 'default'],
61+
[name: '17', postgres: '17.2', 'zonky-postgres': '17.2.0', opentable: 'default', yandex: 'default']
6162
]],
6263
[name: 'mssql', versions: [
6364
[name: '2017', 'mssql': '2017-latest', 'mssql-driver': 'default'],
@@ -102,16 +103,19 @@ if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
102103

103104
testSuites.find { it.name == 'flyway' }.versions += [
104105
[name: '9.9.0', flyway: '9.9.0', 'flyway-test': '9.5.0', spring: '6.0.14', 'spring-boot': '3.0.13', 'zonky-postgres': 'default'],
105-
[name: '9.16.3', flyway: '9.16.3', 'flyway-test': '9.5.0', spring: '6.0.18', 'spring-boot': '3.1.10', 'zonky-postgres': 'default'],
106-
[name: '9.22.3', flyway: '9.22.3', 'flyway-test': '9.5.0', spring: '6.1.5', 'spring-boot': '3.2.4', 'zonky-postgres': 'default'],
107-
[name: '10.0.1', flyway: '10.0.1', 'flyway-test': '10.0.0', spring: '6.1.5', 'spring-boot': '3.2.4', 'zonky-postgres': 'default'],
108-
[name: '10.11.0', flyway: '10.5.0', 'flyway-test': '10.0.0', spring: '6.1.5', 'spring-boot': '3.2.4', 'zonky-postgres': 'default']
106+
[name: '9.16.3', flyway: '9.16.3', 'flyway-test': '9.5.0', spring: '6.0.21', 'spring-boot': '3.1.12', 'zonky-postgres': 'default'],
107+
[name: '9.22.3', flyway: '9.22.3', 'flyway-test': '9.5.0', spring: '6.1.15', 'spring-boot': '3.2.12', 'zonky-postgres': 'default'],
108+
[name: '10.10.0', flyway: '10.10.0', 'flyway-test': '10.0.0', spring: '6.1.15', 'spring-boot': '3.3.6', 'zonky-postgres': 'default'],
109+
[name: '10.20.1', flyway: '10.20.1', 'flyway-test': '10.0.0', spring: '6.2.0', 'spring-boot': '3.4.0', 'zonky-postgres': 'default'],
110+
[name: '11.0.0', flyway: '11.0.0', 'flyway-test': '10.0.0', spring: '6.2.0', 'spring-boot': '3.4.0', 'zonky-postgres': 'default']
109111
]
110112

111113
testSuites.find { it.name == 'liquibase' }.versions += [
112114
[name: '4.17.2', liquibase: '4.17.2', spring: '6.0.14', 'spring-boot': '3.0.13'],
113-
[name: '4.20.0', liquibase: '4.20.0', spring: '6.0.18', 'spring-boot': '3.1.10'],
114-
[name: '4.24.0', liquibase: '4.24.0', spring: '6.1.5', 'spring-boot': '3.2.4']
115+
[name: '4.20.0', liquibase: '4.20.0', spring: '6.0.21', 'spring-boot': '3.1.12'],
116+
[name: '4.24.0', liquibase: '4.24.0', spring: '6.1.15', 'spring-boot': '3.2.12'],
117+
[name: '4.27.0', liquibase: '4.27.0', spring: '6.1.15', 'spring-boot': '3.3.6'],
118+
[name: '4.29.2', liquibase: '4.29.2', spring: '6.2.0', 'spring-boot': '3.4.0']
115119
]
116120
}
117121

0 commit comments

Comments
 (0)