mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Update Flyway versions to 11.x+ (#2620)
There are some breaking method changes in the 10.x.y versions and we're encountering exceptions when trying to run the flywayMigrate task thanks to those.
This commit is contained in:
@@ -17,7 +17,7 @@ import java.util.Optional
|
|||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'java-library'
|
id 'java-library'
|
||||||
id "org.flywaydb.flyway" version "10.8.1"
|
id "org.flywaydb.flyway" version "11.0.1"
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,9 +5,9 @@ com.fasterxml.jackson.core:jackson-annotations:2.15.2=classpath
|
|||||||
com.fasterxml.jackson.core:jackson-core:2.15.2=classpath
|
com.fasterxml.jackson.core:jackson-core:2.15.2=classpath
|
||||||
com.fasterxml.jackson.core:jackson-databind:2.15.2=classpath
|
com.fasterxml.jackson.core:jackson-databind:2.15.2=classpath
|
||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.15.2=classpath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.15.2=classpath
|
||||||
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=classpath
|
||||||
com.fasterxml.jackson:jackson-bom:2.15.2=classpath
|
com.fasterxml.jackson:jackson-bom:2.15.2=classpath
|
||||||
com.google.code.gson:gson:2.10.1=classpath
|
gradle.plugin.org.flywaydb:gradle-plugin-publishing:11.0.1=classpath
|
||||||
gradle.plugin.org.flywaydb:gradle-plugin-publishing:10.8.1=classpath
|
org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin:11.0.1=classpath
|
||||||
org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin:10.8.1=classpath
|
org.flywaydb:flyway-core:11.0.1=classpath
|
||||||
org.flywaydb:flyway-core:10.8.1=classpath
|
|
||||||
empty=
|
empty=
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "org.flywaydb.flyway" version "10.13.0"
|
id "org.flywaydb.flyway" version "11.0.1"
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ com.fasterxml.jackson.core:jackson-databind:2.15.2=classpath
|
|||||||
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.15.2=classpath
|
com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.15.2=classpath
|
||||||
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=classpath
|
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2=classpath
|
||||||
com.fasterxml.jackson:jackson-bom:2.15.2=classpath
|
com.fasterxml.jackson:jackson-bom:2.15.2=classpath
|
||||||
gradle.plugin.org.flywaydb:gradle-plugin-publishing:10.13.0=classpath
|
gradle.plugin.org.flywaydb:gradle-plugin-publishing:11.0.1=classpath
|
||||||
org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin:10.13.0=classpath
|
org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin:11.0.1=classpath
|
||||||
org.flywaydb:flyway-core:11.0.1=classpath
|
org.flywaydb:flyway-core:11.0.1=classpath
|
||||||
org.flywaydb:flyway-database-postgresql:11.0.1=classpath
|
org.flywaydb:flyway-database-postgresql:11.0.1=classpath
|
||||||
empty=
|
empty=
|
||||||
|
|||||||
@@ -184,8 +184,8 @@ ext {
|
|||||||
'org.eclipse.jetty.ee10:jetty-ee10-servlet:[12.0.0,)',
|
'org.eclipse.jetty.ee10:jetty-ee10-servlet:[12.0.0,)',
|
||||||
'org.eclipse.jetty.ee10:jetty-ee10-webapp:[12.0.0,)',
|
'org.eclipse.jetty.ee10:jetty-ee10-webapp:[12.0.0,)',
|
||||||
'org.eclipse.jetty:jetty-server:[12.0.0,)',
|
'org.eclipse.jetty:jetty-server:[12.0.0,)',
|
||||||
'org.flywaydb:flyway-core:[10.0.0,)',
|
'org.flywaydb:flyway-core:[11.0.0,)',
|
||||||
'org.flywaydb:flyway-database-postgresql:[10.0.0,)',
|
'org.flywaydb:flyway-database-postgresql:[11.0.0,)',
|
||||||
'org.glassfish.jaxb:jaxb-runtime:[4.0.5,)',
|
'org.glassfish.jaxb:jaxb-runtime:[4.0.5,)',
|
||||||
'org.glassfish.jaxb:jaxb-xjc:[4.0.5,)',
|
'org.glassfish.jaxb:jaxb-xjc:[4.0.5,)',
|
||||||
'org.hamcrest:hamcrest-core:[2.2,)',
|
'org.hamcrest:hamcrest-core:[2.2,)',
|
||||||
|
|||||||
Reference in New Issue
Block a user