diff --git a/jmix-templates/content/project/addon-kotlin/build.gradle b/jmix-templates/content/project/addon-kotlin/build.gradle index f587343ad4..0747c03b8e 100644 --- a/jmix-templates/content/project/addon-kotlin/build.gradle +++ b/jmix-templates/content/project/addon-kotlin/build.gradle @@ -3,7 +3,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath "io.jmix.gradle:jmix-gradle-plugin:1.6.0" + classpath "io.jmix.gradle:jmix-gradle-plugin:1.6.1" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20" } } diff --git a/jmix-templates/content/project/addon/build.gradle b/jmix-templates/content/project/addon/build.gradle index aeadd6db65..cab0237019 100644 --- a/jmix-templates/content/project/addon/build.gradle +++ b/jmix-templates/content/project/addon/build.gradle @@ -3,7 +3,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath "io.jmix.gradle:jmix-gradle-plugin:1.6.0" + classpath "io.jmix.gradle:jmix-gradle-plugin:1.6.1" } } diff --git a/jmix-templates/content/project/application-kotlin/build.gradle b/jmix-templates/content/project/application-kotlin/build.gradle index fa0852094d..95111e56b0 100644 --- a/jmix-templates/content/project/application-kotlin/build.gradle +++ b/jmix-templates/content/project/application-kotlin/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'io.jmix' version '1.6.0' + id 'io.jmix' version '1.6.1' id 'org.jetbrains.kotlin.jvm' version '1.7.20' id 'java' } diff --git a/jmix-templates/content/project/application/build.gradle b/jmix-templates/content/project/application/build.gradle index 875b316fa6..df1e15cef4 100644 --- a/jmix-templates/content/project/application/build.gradle +++ b/jmix-templates/content/project/application/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'io.jmix' version '1.6.0' + id 'io.jmix' version '1.6.1' id 'java' } diff --git a/jmix-templates/content/project/rest-service/build.gradle b/jmix-templates/content/project/rest-service/build.gradle index f4b93ad880..34da6e4182 100644 --- a/jmix-templates/content/project/rest-service/build.gradle +++ b/jmix-templates/content/project/rest-service/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'io.jmix' version '1.6.0' + id 'io.jmix' version '1.6.1' id 'java' }