mirror of
https://github.com/google/nomulus.git
synced 2025-07-27 13:06:27 +02:00
Use Gradle dependency dynamic versioning (#1612)
* Use Gradle dependency dynamic versioning Use dynamic versioning for Gradle dependencies when possible. Please refer to go/dr-dependency-upgrade for more information about the automation plan. This PR calls out all dependencies that must be pinned to specific versions for various reasons. The remaining ones are converted to open-ended version ranges ("[version_str,)").
This commit is contained in:
parent
fa135dcd85
commit
8e8911870c
159 changed files with 14185 additions and 14070 deletions
|
@ -94,7 +94,7 @@ class SchemaTest {
|
|||
|
||||
// flyway.migrate() returns the number of newly pushed scripts. This is a variable
|
||||
// number as our schema evolves.
|
||||
assertThat(flyway.migrate()).isGreaterThan(0);
|
||||
assertThat(flyway.migrate().migrations).isNotEmpty();
|
||||
flyway.validate();
|
||||
|
||||
ExecResult execResult =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue