diff --git a/liferay-sample-commerce-checkout-step/build.gradle b/liferay-sample-commerce-checkout-step/build.gradle index 085d499..d841557 100644 --- a/liferay-sample-commerce-checkout-step/build.gradle +++ b/liferay-sample-commerce-checkout-step/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.116" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release" classpath group: "org.springframework.boot", name: "spring-boot-gradle-plugin", version: "2.7.18" } diff --git a/liferay-sample-commerce-payment-integration/build.gradle b/liferay-sample-commerce-payment-integration/build.gradle index 18eb19e..d2fd25a 100644 --- a/liferay-sample-commerce-payment-integration/build.gradle +++ b/liferay-sample-commerce-payment-integration/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.116" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release" classpath group: "org.springframework.boot", name: "spring-boot-gradle-plugin", version: "2.7.18" } diff --git a/liferay-sample-commerce-shipping-engine/build.gradle b/liferay-sample-commerce-shipping-engine/build.gradle index 18eb19e..d2fd25a 100644 --- a/liferay-sample-commerce-shipping-engine/build.gradle +++ b/liferay-sample-commerce-shipping-engine/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.116" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release" classpath group: "org.springframework.boot", name: "spring-boot-gradle-plugin", version: "2.7.18" } diff --git a/liferay-sample-etc-cron/build.gradle b/liferay-sample-etc-cron/build.gradle index 6ca461f..e2c577e 100644 --- a/liferay-sample-etc-cron/build.gradle +++ b/liferay-sample-etc-cron/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.116" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release" classpath group: "org.springframework.boot", name: "spring-boot-gradle-plugin", version: "2.7.18" } diff --git a/liferay-sample-etc-spring-boot/build.gradle b/liferay-sample-etc-spring-boot/build.gradle index 2d6decb..2fe3930 100644 --- a/liferay-sample-etc-spring-boot/build.gradle +++ b/liferay-sample-etc-spring-boot/build.gradle @@ -1,6 +1,6 @@ buildscript { dependencies { - classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "10.1.116" + classpath group: "com.liferay", name: "com.liferay.gradle.plugins.defaults", version: "latest.release" classpath group: "org.springframework.boot", name: "spring-boot-gradle-plugin", version: "2.7.18" }