Skip to content

Commit

Permalink
Update all gradle dependencies to v2.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2024
1 parent d87cdc5 commit c08eba1
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 @@ -104,9 +104,9 @@ dependencies {
}

// aws
implementation("software.amazon.awssdk:sns:2.26.31")
implementation("software.amazon.awssdk:s3:2.26.31")
implementation("software.amazon.awssdk:sts:2.26.31")
implementation("software.amazon.awssdk:sns:2.27.0")
implementation("software.amazon.awssdk:s3:2.27.0")
implementation("software.amazon.awssdk:sts:2.27.0")

// security
implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.2")
Expand Down

0 comments on commit c08eba1

Please sign in to comment.