Skip to content

Commit

Permalink
Update dependency software.amazon.awssdk:bom to v2.29.12 (#2361)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent dd249b1 commit f8c333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ dependencies {
// CVE-2022-4244
implementation("org.codehaus.plexus:plexus-utils:4.0.2")

implementation(platform("software.amazon.awssdk:bom:2.29.11"))
implementation(platform("software.amazon.awssdk:bom:2.29.12"))
implementation("software.amazon.awssdk:netty-nio-client")
implementation("software.amazon.awssdk:s3")

Expand Down

0 comments on commit f8c333f

Please sign in to comment.