Skip to content

Commit 19b45da

Browse files
committed
chore: updated template-api version
1 parent 5aee671 commit 19b45da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ plugins {
1010

1111

1212
group = "io.flamingock"
13-
val declaredVersion = "1.3.2-SNAPSHOT"
13+
val declaredVersion = "1.3.3-SNAPSHOT"
1414
version = VersionManager.resolveVersion(declaredVersion, project.hasProperty("release"))
1515

1616
repositories {
1717
mavenLocal()
1818
mavenCentral()
1919
}
2020

21-
val templateApiVersion = "1.3.3"
21+
val templateApiVersion = "1.3.4"
2222
val generalUtilVersion = "1.5.3"
2323
val jacksonVersion = "2.16.0"
2424
dependencies {

0 commit comments

Comments
 (0)