Skip to content

Commit

Permalink
LPD-34574 auto sf
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwu0724 authored and brianchandotcom committed Aug 24, 2024
1 parent ff91737 commit c58030c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compileOnly group: "org.springframework", name: "spring-aop", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-context", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-core", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.34"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.39"
compileOnly project(":apps:bean-portlet:bean-portlet-extension-api")
compileOnly project(":apps:bean-portlet:bean-portlet-registration-api")
compileOnly project(":core:petra:petra-function")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
compileOnly group: "org.jsoup", name: "jsoup", version: "1.15.3"
compileOnly group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.4.0"
compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.34"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.39"
compileOnly project(":apps:frontend-taglib:frontend-taglib-clay")
compileOnly project(":apps:portal-remote:portal-remote-json-web-service-api")
compileOnly project(":apps:portal:portal-aop-api")
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/portal/portal-cluster-multiple/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation group: "javax.portlet", name: "portlet-api", version: "3.0.1"
testImplementation group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
testImplementation group: "org.aspectj", name: "aspectjweaver", version: "1.8.9"
testImplementation group: "org.springframework", name: "spring-web", version: "5.3.34"
testImplementation group: "org.springframework", name: "spring-web", version: "5.3.39"
testImplementation project(":apps:static:portal-configuration:portal-configuration-persistence-api")
testImplementation project(":core:petra:petra-process")
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
compileOnly group: "org.apache.httpcomponents", name: "httpcore", version: "4.4.14"
compileOnly group: "org.apache.httpcomponents", name: "httpmime", version: "4.5.13"
compileOnly group: "org.springframework", name: "spring-test", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.34"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.39"
compileOnly project(":core:petra:petra-memory")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testIntegrationImplementation group: "org.apache.felix", name: "org.apache.felix.http.servlet-api", version: "1.1.2"
testIntegrationImplementation group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.4.0"
testIntegrationImplementation group: "org.osgi", name: "osgi.core", version: "6.0.0"
testIntegrationImplementation group: "org.springframework", name: "spring-web", version: "5.3.34"
testIntegrationImplementation group: "org.springframework", name: "spring-web", version: "5.3.39"
testIntegrationImplementation project(":apps:dynamic-data-mapping:dynamic-data-mapping-taglib")
testIntegrationImplementation project(":apps:layout:layout-test-util")
testIntegrationImplementation project(":apps:portal:portal-upload-test-util")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly group: "org.springframework", name: "spring-context", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-core", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.34"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.39"
compileOnly project(":apps:static:osgi:osgi-util")
compileOnly project(":apps:static:portal-configuration:portal-configuration-metatype-api")
compileOnly project(":apps:static:portal-osgi-web:portal-osgi-web-http-servlet-api")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly group: "org.springframework", name: "spring-context", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-core", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.34"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.39"
compileOnly project(":apps:static:portal-file-install:portal-file-install-api")
compileOnly project(":apps:static:portal-osgi-web:portal-osgi-web-wab-generator-api")
compileOnly project(":core:petra:petra-string")
Expand Down
2 changes: 1 addition & 1 deletion modules/core/portal-bootstrap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
compileOnly group: "org.osgi", name: "osgi.core", version: "6.0.0"
compileOnly group: "org.springframework", name: "spring-context", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-core", version: "5.3.33"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.34"
compileOnly group: "org.springframework", name: "spring-web", version: "5.3.39"
compileOnly project(":apps:portal:portal-log4j")
compileOnly project(":core:jaxws-osgi-bridge")
compileOnly project(":core:osgi-service-tracker-collections")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation group: "com.liferay.portal", name: "com.liferay.portal.kernel", version: "latest.release"
implementation group: "org.json", name: "json", version: "20231013"
implementation group: "org.springframework", name: "spring-context", version: "5.3.33"
implementation group: "org.springframework", name: "spring-web", version: "5.3.34"
implementation group: "org.springframework", name: "spring-web", version: "5.3.39"
implementation group: "org.springframework.boot", name: "spring-boot-starter-oauth2-resource-server", version: "2.7.18"
implementation group: "org.springframework.boot", name: "spring-boot-starter-web", version: "2.7.18"
implementation group: "org.springframework.boot", name: "spring-boot-starter-webflux", version: "2.7.18"
Expand Down

0 comments on commit c58030c

Please sign in to comment.