Skip to content

Commit

Permalink
Update all-backend-non-major-dependencies (#2186)
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 25, 2024
1 parent 532a970 commit 5f6a64c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.franzbecker.gradle-lombok") version "5.0.0"
id("org.flywaydb.flyway") version "10.18.0"
id("org.flywaydb.flyway") version "10.18.1"
}

group = "de.bund.digitalservice"
Expand Down Expand Up @@ -175,7 +175,7 @@ dependencies {
// CVE-2022-4244
implementation("org.codehaus.plexus:plexus-utils:4.0.2")

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

Expand Down Expand Up @@ -220,10 +220,10 @@ dependencies {
implementation("org.apache.commons:commons-text:1.12.0")
implementation("org.jsoup:jsoup:1.18.1")

val flywayCore = "org.flywaydb:flyway-core:10.18.0"
val flywayCore = "org.flywaydb:flyway-core:10.18.1"
implementation(flywayCore)
"migrationImplementation"(flywayCore)
runtimeOnly("org.flywaydb:flyway-database-postgresql:10.18.0")
runtimeOnly("org.flywaydb:flyway-database-postgresql:10.18.1")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
exclude(group = "org.mockito", module = "mockito-core")
Expand Down

0 comments on commit 5f6a64c

Please sign in to comment.