Skip to content

Commit

Permalink
Merge pull request #125 from liquibase/3be6dependabot/maven/org.liqui…
Browse files Browse the repository at this point in the history
…base-liquibase-core-4.5.0

Bump liquibase-core from 4.4.3 to 4.5.0
  • Loading branch information
ap-liquibase authored Sep 29, 2021
2 parents 6242d2f + 99cb72b commit a4fde73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 - \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>4.4.3</version>
<version>4.5.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a4fde73

Please sign in to comment.