Skip to content

Commit

Permalink
chore: auto update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent 1e3940a commit ac156fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion liferay-sample-commerce-checkout-step/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion liferay-sample-commerce-payment-integration/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion liferay-sample-commerce-shipping-engine/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion liferay-sample-etc-cron/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}

Expand Down
2 changes: 1 addition & 1 deletion liferay-sample-etc-spring-boot/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
}

Expand Down

0 comments on commit ac156fd

Please sign in to comment.