Skip to content

Commit

Permalink
Update all-backend-non-major-dependencies (#2147)
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 Sep 12, 2024
1 parent be5abda commit e85b73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
// CVE-2024-26308
implementation("org.apache.commons:commons-compress:1.27.1")
// CVE-2022-3171
implementation("com.google.protobuf:protobuf-java:4.28.0")
implementation("com.google.protobuf:protobuf-java:4.28.1")
// CVE-2023-52428 in spring-boot-starter-oauth2-client:3.2.3
implementation("com.nimbusds:nimbus-jose-jwt:9.41")
// CVE-2023-31582
Expand All @@ -174,7 +174,7 @@ dependencies {
// CVE-2022-4244
implementation("org.codehaus.plexus:plexus-utils:4.0.1")

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

Expand Down

0 comments on commit e85b73d

Please sign in to comment.