@@ -53,11 +53,12 @@ ext {
53
53
[name : ' no_sb' , liquibase : ' default' ]
54
54
]],
55
55
[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' ]
61
62
]],
62
63
[name : ' mssql' , versions : [
63
64
[name : ' 2017' , ' mssql' : ' 2017-latest' , ' mssql-driver' : ' default' ],
@@ -102,16 +103,19 @@ if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
102
103
103
104
testSuites. find { it. name == ' flyway' }. versions + = [
104
105
[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' ]
109
111
]
110
112
111
113
testSuites. find { it. name == ' liquibase' }. versions + = [
112
114
[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' ]
115
119
]
116
120
}
117
121
0 commit comments