diff --git a/Dockerfile b/Dockerfile
index e7501b28..e8a2d683 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,10 +24,10 @@ RUN ln -s /liquibase/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh \
USER liquibase
# Latest Liquibase Release Version
-ARG LIQUIBASE_VERSION=4.4.3
+ARG LIQUIBASE_VERSION=4.5.0
# Download, verify, extract
-ARG LB_SHA256=b5dfa605ffc9853c39bef96ea72965a59d9ee12a3bcb59040b539d4782d4bff9
+ARG LB_SHA256=4ce45bcbe4660b33eee93e80b9be968631e85566d02d90c0c5306fac8d4dd602
RUN set -x \
&& wget -O liquibase-${LIQUIBASE_VERSION}.tar.gz "https://github.com/liquibase/liquibase/releases/download/v${LIQUIBASE_VERSION}/liquibase-${LIQUIBASE_VERSION}.tar.gz" \
&& echo "$LB_SHA256 liquibase-${LIQUIBASE_VERSION}.tar.gz" | sha256sum -c - \
diff --git a/pom.xml b/pom.xml
index f8f84ca0..2360e0b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
org.liquibase
liquibase-core
- 4.4.3
+ 4.5.0