Skip to content

Commit

Permalink
LRAC-15206 Upgrade Spring dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellustavares committed Dec 11, 2023
1 parent 839d8c8 commit 78aa5f5
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78aa5f5

Please sign in to comment.