We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5d238 commit 193b2e7Copy full SHA for 193b2e7
1 file changed
build.gradle.kts
@@ -18,8 +18,8 @@ repositories {
18
mavenCentral()
19
}
20
21
-val templateApiVersion = "1.3.2"
22
-val generalUtilVersion = "1.5.1"
+val templateApiVersion = "1.3.3"
+val generalUtilVersion = "1.5.3"
23
val jacksonVersion = "2.16.0"
24
dependencies {
25
api("io.flamingock:flamingock-general-util:$generalUtilVersion")
0 commit comments