Skip to content

Commit

Permalink
Bump percona-toolkit from 3.6.0 to 3.7.0 (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel authored Feb 1, 2025
1 parent 71bf06d commit c26c60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG LIQUIBASE_VERSION=4.30.0
ARG LB_PERCONA_VERSION=4.30.0
ARG PERCONA_TOOLKIT_VERSION=3.6.0
ARG PERCONA_TOOLKIT_VERSION=3.7.0

FROM liquibase/liquibase:${LIQUIBASE_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<liquibase.version>4.30.0</liquibase.version>
<mysql.connector.version>9.2.0</mysql.connector.version>
<mariadb.connector.version>3.5.1</mariadb.connector.version>
<percona.toolkit.version>3.6.0</percona.toolkit.version>
<percona.toolkit.version>3.7.0</percona.toolkit.version>

<config_host>127.0.0.1</config_host>
<!--
Expand Down

0 comments on commit c26c60b

Please sign in to comment.