Skip to content

Commit

Permalink
Merge pull request #340 from drewbrokke/LPD-32781-TECHNICAL-TASK-v1-b…
Browse files Browse the repository at this point in the history
…lade-larger-version-ranges-use-5.0.298

LPD-32781 Update Blade CLI to use Project Templates with greater version ranges
  • Loading branch information
drewbrokke authored Aug 1, 2024
2 parents 1a61ca7 + c322469 commit 402e852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
api group: "biz.aQute.bnd", name: "biz.aQute.bndlib", version: "5.3.0"
api group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.16.1"
api group: "com.liferay", name: "com.liferay.gogo.shell.client", version: "1.0.0"
api group: "com.liferay", name: "com.liferay.project.templates", version: "5.0.296"
api group: "com.liferay", name: "com.liferay.project.templates", version: "5.0.298"
api group: "com.liferay", name: "com.liferay.release.util", version: "1.0.0"
api group: "commons-io", name: "commons-io", version: "2.7"
api group: "commons-lang", name: "commons-lang", version: "2.6"
Expand Down

0 comments on commit 402e852

Please sign in to comment.