diff --git a/README.md b/README.md index e81ef23..4daff9b 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ an example. ## Release Notes +#### 4.25.1 +* Requires Liquibase 4.25.1 + #### 4.25.0 * Requires Liquibase 4.25.0 diff --git a/build.gradle b/build.gradle index 4d3056e..5e75210 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation("com.google.cloud:google-cloud-spanner-jdbc") // Liquibase Core - needed for testing and docker container - implementation("org.liquibase:liquibase-core:4.25.0") + implementation("org.liquibase:liquibase-core:4.25.1") implementation("org.yaml:snakeyaml:2.0") implementation("org.apache.commons:commons-lang3:3.11") diff --git a/pom.xml b/pom.xml index 7a68c19..ad92093 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 1.8 UTF-8 - 4.25.0 + 4.25.1 2.0 2.36.0