Skip to content

Commit

Permalink
Flyway reverted back to avoid error (just a warning).
Browse files Browse the repository at this point in the history
  • Loading branch information
jjos2372 committed Jun 16, 2024
1 parent 077eefc commit 689674e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

plugins {
id "org.flywaydb.flyway" version "8.5.13"
id "org.flywaydb.flyway" version "7.3.2"
id "distribution"
id 'com.palantir.git-version' version '0.12.2'
}
Expand All @@ -35,7 +35,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxjava:2.2.10'
implementation 'com.github.signum-network:signumj:843c24020b'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
implementation "org.flywaydb:flyway-core:8.5.13"
implementation "org.flywaydb:flyway-core:7.3.2"
implementation "com.h2database:h2:1.4.199"
implementation "org.jooq:jooq"
implementation "org.jooq:jooq-meta"
Expand Down

0 comments on commit 689674e

Please sign in to comment.