Skip to content

Commit

Permalink
Update all-backend-non-major-dependencies (#2226)
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 Oct 4, 2024
1 parent f5f6ec7 commit 9398b1c
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.2"
id("org.flywaydb.flyway") version "10.19.0"
id("io.sentry.jvm.gradle") version "4.11.0"
}

Expand Down Expand Up @@ -176,7 +176,7 @@ dependencies {
// CVE-2022-4244
implementation("org.codehaus.plexus:plexus-utils:4.0.2")

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

Expand Down Expand Up @@ -217,10 +217,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.2"
val flywayCore = "org.flywaydb:flyway-core:10.19.0"
implementation(flywayCore)
"migrationImplementation"(flywayCore)
runtimeOnly("org.flywaydb:flyway-database-postgresql:10.18.2")
runtimeOnly("org.flywaydb:flyway-database-postgresql:10.19.0")

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

0 comments on commit 9398b1c

Please sign in to comment.