From 78aa5f5f0b8592a2c606b3f21839d47093c03ce8 Mon Sep 17 00:00:00 2001 From: Marcellus Tavares Date: Fri, 8 Dec 2023 09:27:28 -0800 Subject: [PATCH] LRAC-15206 Upgrade Spring dependencies --- .../osb/osb-faro/osb-faro-engine-client/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/dxp/apps/osb/osb-faro/osb-faro-engine-client/build.gradle b/modules/dxp/apps/osb/osb-faro/osb-faro-engine-client/build.gradle index 4ff6130878c20d..88a6001d9fa46d 100644 --- a/modules/dxp/apps/osb/osb-faro/osb-faro-engine-client/build.gradle +++ b/modules/dxp/apps/osb/osb-faro/osb-faro-engine-client/build.gradle @@ -8,12 +8,12 @@ dependencies { compileInclude group: "org.apache.httpcomponents", name: "httpcore", version: "4.4.14" compileInclude group: "org.apache.httpcomponents", name: "httpmime", version: "4.5.13" compileInclude group: "org.joda", name: "joda-convert", version: "2.2.1" - compileInclude group: "org.springframework", name: "spring-beans", version: "5.2.22.RELEASE" - compileInclude group: "org.springframework", name: "spring-context", version: "5.2.22.RELEASE" - compileInclude group: "org.springframework", name: "spring-core", version: "5.2.24.RELEASE" - compileInclude group: "org.springframework", name: "spring-web", version: "5.2.24.RELEASE" - compileInclude group: "org.springframework.boot", name: "spring-boot", version: "2.4.13" - compileInclude group: "org.springframework.hateoas", name: "spring-hateoas", version: "1.5.5" + compileInclude group: "org.springframework", name: "spring-beans", version: "5.3.31" + compileInclude group: "org.springframework", name: "spring-context", version: "5.3.31" + compileInclude group: "org.springframework", name: "spring-core", version: "5.3.31" + compileInclude group: "org.springframework", name: "spring-web", version: "5.3.31" + compileInclude group: "org.springframework.boot", name: "spring-boot", version: "2.7.18" + compileInclude group: "org.springframework.hateoas", name: "spring-hateoas", version: "1.5.6" compileOnly group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.13.4" compileOnly group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.13.4"