diff --git a/build.gradle.kts b/build.gradle.kts index ee529f7b..97483b67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ subprojects { } extra.apply { - set("creekVersion", "0.3.3-SNAPSHOT") + set("creekVersion", "0.4.0") set("testContainersVersion", "1.17.6") // https://mvnrepository.com/artifact/org.testcontainers/testcontainers set("spotBugsVersion", "4.7.3") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("jacksonVersion", "2.14.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations