File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
workspaces/liferay-ticket-workspace/client-extensions/liferay-ticket-etc-spring-boot Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,11 @@ apply plugin: "org.springframework.boot"
2121
2222dependencies {
2323 implementation group : " com.liferay" , name : " com.liferay.client.extension.util.spring.boot3" , version : " latest.release"
24- implementation group : " com.liferay" , name : " com.liferay.portal.search.rest.client" , version : " 1.0.17"
24+ implementation group : " com.liferay" , name : " com.liferay.portal.search.rest.client" , {
25+ version {
26+ strictly " 1.0.17"
27+ }
28+ }
2529 implementation group : " com.liferay" , name : " org.apache.commons.logging" , version : " 1.2.LIFERAY-PATCHED-2"
2630 implementation group : " org.json" , name : " json" , version : " 20231013"
2731 implementation group : " org.springframework.boot" , name : " spring-boot-starter-oauth2-resource-server" , version : " 2.7.18"
You can’t perform that action at this time.
0 commit comments