Skip to content

Commit 950a818

Browse files
authored
deps: bump Liquibase to 4.31.1 (#443)
1 parent 4c03282 commit 950a818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation("com.google.cloud:google-cloud-spanner-jdbc")
8383

8484
// Liquibase Core - needed for testing and docker container
85-
implementation("org.liquibase:liquibase-core:4.31.0")
85+
implementation("org.liquibase:liquibase-core:4.31.1")
8686
implementation("org.yaml:snakeyaml:2.4")
8787
implementation("org.apache.commons:commons-lang3:3.17.0")
8888

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<java.version>1.8</java.version>
5353
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5454

55-
<liquibase.version>4.31.0</liquibase.version>
55+
<liquibase.version>4.31.1</liquibase.version>
5656
<snakeyaml.version>2.4</snakeyaml.version>
5757

5858
<gax-grpc.version>2.62.0</gax-grpc.version>

0 commit comments

Comments
 (0)