We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e41a6 commit b0e4c1aCopy full SHA for b0e4c1a
1 file changed
build.gradle.kts
@@ -18,9 +18,9 @@ allprojects {
18
group = "io.flamingock"
19
version = "1.2.0-beta.7"
20
21
- extra["templateApiVersion"] = "1.3.1"
22
- extra["generalUtilVersion"] = "1.5.0"
23
- extra["coreApiVersion"] = "1.3.0"
+ extra["generalUtilVersion"] = "1.5.1"
+ extra["templateApiVersion"] = "1.3.2"
+ extra["coreApiVersion"] = "1.3.1"
24
extra["sqlVersion"] = "1.2.0-beta.5"
25
extra["mongodbTemplateVersion"] = "1.2.0-beta.4"
26
0 commit comments