diff --git a/README.md b/README.md index dc0a43b..e81ef23 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,9 @@ an example. ## Release Notes +#### 4.25.0 +* Requires Liquibase 4.25.0 + #### 4.24.0 * Requires Liquibase 4.24.0 diff --git a/build.gradle b/build.gradle index d93da0e..4d3056e 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.24.0") + implementation("org.liquibase:liquibase-core:4.25.0") implementation("org.yaml:snakeyaml:2.0") implementation("org.apache.commons:commons-lang3:3.11") diff --git a/pom.xml b/pom.xml index d93869b..7a68c19 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 1.8 UTF-8 - 4.24.0 + 4.25.0 2.0 2.36.0