Skip to content

Commit

Permalink
Update all non major Gradle dependencies (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 0c30ced commit 44c45a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.0")
implementation("com.amazonaws:aws-java-sdk-sts:1.12.779")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.1")
implementation("com.amazonaws:aws-java-sdk-sts:1.12.780")
implementation("org.springframework.cloud:spring-cloud-starter-aws-messaging:2.2.6.RELEASE")
implementation("com.amazonaws:aws-java-sdk-s3:1.12.779")
implementation("com.amazonaws:aws-java-sdk-s3:1.12.780")

implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")
Expand Down

0 comments on commit 44c45a2

Please sign in to comment.