mirror of
https://github.com/google/nomulus
synced 2026-02-09 06:20:29 +00: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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user