Skip to content

Commit

Permalink
deps: bump Liquibase to 4.25.0 (#210)
Browse files Browse the repository at this point in the history
* deps: bump Liquibase to 4.25.0

* docs: update release notes
  • Loading branch information
olavloite authored Jan 8, 2024
1 parent 39c1c09 commit cf81d24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ an example.

## Release Notes

#### 4.25.0
* Requires Liquibase 4.25.0

#### 4.24.0
* Requires Liquibase 4.24.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<liquibase.version>4.24.0</liquibase.version>
<liquibase.version>4.25.0</liquibase.version>
<snakeyaml.version>2.0</snakeyaml.version>

<gax-grpc.version>2.36.0</gax-grpc.version>
Expand Down

0 comments on commit cf81d24

Please sign in to comment.