Skip to content

Commit 63902ad

Browse files
authored
Pin flyway version (#275)
1 parent dc321db commit 63902ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'com.gorylenko.gradle-git-properties' version '2.4.1'
1818
id 'com.adarshr.test-logger' version '4.0.0'
1919
id 'jacoco'
20-
id 'org.flywaydb.flyway' version '10.0.1'
20+
id "org.flywaydb.flyway" version "[9.+,10.0["
2121
id 'io.miret.etienne.sass' version '1.5.0'
2222
}
2323

0 commit comments

Comments
 (0)