Skip to content

Commit

Permalink
updated spring dependencies (aws#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhautikpip authored Apr 4, 2022
1 parent a2bc1ad commit cd3b9e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws-xray-recorder-sdk-spring/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ dependencies {
api("org.aspectj:aspectjrt:1.8.11")

// TODO(anuraaga): Remove most of these? Seems only Configurable annotation is used
implementation("org.springframework:spring-context-support:4.3.12.RELEASE")
implementation("org.springframework:spring-context:4.3.12.RELEASE")
implementation("org.springframework:spring-aspects:4.3.12.RELEASE")
implementation("org.springframework:spring-context-support:5.3.18")
implementation("org.springframework:spring-context:5.3.18")
implementation("org.springframework:spring-aspects:5.3.18")

compileOnly("org.springframework.data:spring-data-commons:2.0.0.RELEASE")
compileOnly("org.springframework.data:spring-data-commons:2.6.3")
}

tasks.jar {
Expand Down

0 comments on commit cd3b9e7

Please sign in to comment.