Skip to content

Commit

Permalink
version up flyway 8.5.13 to 9.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snhr-1019 committed Sep 15, 2023
1 parent 7896ebc commit 27b826f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions backend/task-app-infrastructure/build.gradle
@@ -1,15 +1,24 @@
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'org.flywaydb:flyway-mysql:9.16.3'
}
}

plugins {
id 'nu.studer.jooq' version '8.2'
id "org.flywaydb.flyway" version "8.5.13"
id "org.flywaydb.flyway" version "9.16.3"
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-jooq'
implementation 'org.flywaydb:flyway-core:8.5.13'
implementation 'org.flywaydb:flyway-core:9.16.3'
implementation "mysql:mysql-connector-java:8.0.33"
implementation project(':task-app-domain')

testImplementation 'org.flywaydb:flyway-mysql:8.5.13'
testImplementation 'org.flywaydb:flyway-mysql:9.16.3'
testImplementation "org.testcontainers:junit-jupiter:1.18.3"
testImplementation "org.testcontainers:testcontainers:1.18.3"
testImplementation "org.testcontainers:mysql:1.18.3"
Expand Down

0 comments on commit 27b826f

Please sign in to comment.