From ac156fd43d41dc524dcb9c7f415d326131912e96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 01:01:52 +0000 Subject: [PATCH] chore: auto update samples --- liferay-sample-commerce-checkout-step/build.gradle | 2 +- liferay-sample-commerce-payment-integration/build.gradle | 2 +- liferay-sample-commerce-shipping-engine/build.gradle | 2 +- liferay-sample-etc-cron/build.gradle | 2 +- liferay-sample-etc-spring-boot/build.gradle | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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" }