Skip to content

Commit

Permalink
Update flyway to v11.3.4 (#465)
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 Feb 27, 2025
1 parent 3f39395 commit bf8c5bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.7"
kotlin("jvm") version "2.1.10"
kotlin("plugin.spring") version "2.1.10"
id("org.flywaydb.flyway") version "11.3.3"
id("org.flywaydb.flyway") version "11.3.4"
}

group = "{{ group_name }}"
Expand All @@ -27,8 +27,8 @@ dependencies {
implementation("io.arrow-kt:arrow-core:2.0.1")
implementation("com.zaxxer:HikariCP:6.2.1")
implementation("org.postgresql:postgresql:42.7.5")
implementation("org.flywaydb:flyway-core:11.3.3")
implementation("org.flywaydb:flyway-database-postgresql:11.3.3")
implementation("org.flywaydb:flyway-core:11.3.4")
implementation("org.flywaydb:flyway-database-postgresql:11.3.4")
implementation(platform("org.apache.logging.log4j:log4j-bom:2.24.3"))

testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand All @@ -54,7 +54,7 @@ dependencies {

buildscript {
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:11.3.3")
classpath("org.flywaydb:flyway-database-postgresql:11.3.4")
}
}

Expand Down

0 comments on commit bf8c5bb

Please sign in to comment.