Skip to content

Commit

Permalink
Merge pull request #735 from digitalservicebund/renovate/all-non-majo…
Browse files Browse the repository at this point in the history
…r-backend-dependencies

fix(deps): update all non-major backend dependencies
  • Loading branch information
VictorDelCampo authored Oct 30, 2024
2 parents f9589e8 + 7279e16 commit fdac028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
flyway = "10.20.1"
# @keep
jacoco = "0.8.11"
org-bouncycastle = "1.78.1"
org-bouncycastle = "1.79"
org-testcontainers = "1.20.3"
spring-boot = "3.3.5"

Expand Down Expand Up @@ -36,7 +36,7 @@ spring-starter-data-redis = { module = "org.springframework.boot:spring-boot-sta
testcontainers-core = { module = "org.testcontainers:testcontainers", version.ref = "org-testcontainers" }
testcontainers-junit-jupiter = { module = "org.testcontainers:junit-jupiter", version.ref = "org-testcontainers" }
testcontainers-postgres = { module = "org.testcontainers:postgresql", version.ref = "org-testcontainers" }
aws-bom = { module = "software.amazon.awssdk:bom", version = "2.29.2" }
aws-bom = { module = "software.amazon.awssdk:bom", version = "2.29.3" }
aws-s3 = { module = "software.amazon.awssdk:s3" }

[plugins]
Expand Down

0 comments on commit fdac028

Please sign in to comment.