We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06f49b commit ed68373Copy full SHA for ed68373
buildSrc/build.gradle.kts
@@ -9,7 +9,7 @@ repositories {
9
10
dependencies {
11
val dockerJavaVersion = "3.5.2"
12
- val flywayVersion = "11.10.0"
+ val flywayVersion = "11.10.1"
13
val jooqVersion = "3.20.5" // Always make the version in project root build.gradle.kts match
14
15
// Add docker-java dependencies before gradle-docker-plugin to avoid the docker-java jars
0 commit comments