Skip to content

Commit b956f45

Browse files
committed
test commit
1 parent a488214 commit b956f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
108108
[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'],
109109
[name: '10.20.1', flyway: '10.20.1', 'flyway-test': '10.0.0', spring: '6.2.12', 'spring-boot': '3.4.11', 'zonky-postgres': 'default'],
110110
[name: '11.7.2', flyway: '11.7.2', 'flyway-test': '10.0.0', spring: '6.2.12', 'spring-boot': '3.5.7', 'zonky-postgres': 'default'],
111-
[name: '11.14.1', flyway: '11.14.1', 'flyway-test': '10.0.0', spring: '7.0.0-RC3', 'spring-boot': '4.0.0-RC2', 'zonky-postgres': 'default']
111+
[name: '11.14.1', flyway: '11.14.1', 'flyway-test': '10.0.0', spring: '7.0.0', 'spring-boot': '4.0.0', 'zonky-postgres': 'default']
112112
]
113113

114114
testSuites.find { it.name == 'liquibase' }.versions += [
@@ -118,7 +118,7 @@ if (JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17)) {
118118
[name: '4.27.0', liquibase: '4.27.0', spring: '6.1.15', 'spring-boot': '3.3.6'],
119119
[name: '4.29.2', liquibase: '4.29.2', spring: '6.2.12', 'spring-boot': '3.4.11'],
120120
[name: '4.31.1', liquibase: '4.31.1', spring: '6.2.12', 'spring-boot': '3.5.7'],
121-
[name: '5.0.1', liquibase: '5.0.1', spring: '7.0.0-RC3', 'spring-boot': '4.0.0-RC2']
121+
[name: '5.0.1', liquibase: '5.0.1', spring: '7.0.0', 'spring-boot': '4.0.0']
122122
]
123123
}
124124

0 commit comments

Comments
 (0)