Skip to content

Commit 5f89210

Browse files
dependabot[bot]php-coder
authored andcommitted
chore: bump org.liquibase:liquibase-core from 4.11.0 to 4.25.1
Bumps [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) from 4.11.0 to 4.25.1. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.11.0...v4.25.1) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adb7f89 commit 5f89210

19 files changed

+55
-19
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
<license.plugin.version>3.0</license.plugin.version>
618618

619619
<!-- Redefine default value from spring-boot-dependencies -->
620-
<liquibase.version>4.11.0</liquibase.version>
620+
<liquibase.version>4.25.1</liquibase.version>
621621

622622
<!-- Redefine default value from spring-boot-dependencies -->
623623
<lombok.version>1.18.30</lombok.version>

src/main/resources/liquibase/version/0.3/2014-06-12--ru_country_name.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-name_ru-column-to-countries-table" author="php-coder" context="scheme">
911
<comment>Adds name_ru column to countries table</comment>

src/main/resources/liquibase/version/0.3/2014-08-16--users_activation_lang.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-lang-column-to-users_activation-table" author="php-coder" context="scheme">
911
<comment>Adds lang column to users_activation table (with default value "en")</comment>

src/main/resources/liquibase/version/0.3/2014-09-17--category_slug.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-slug-column-to-categories-table" author="php-coder" context="scheme">
911
<comment>Adds slug column to categories table</comment>

src/main/resources/liquibase/version/0.3/2014-09-17--country_slug.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-slug-column-to-countries-table" author="php-coder" context="scheme">
911
<comment>Adds slug column to countries table</comment>

src/main/resources/liquibase/version/0.4.3/2020-03-08--add_alt_price_to_series_sales_import_parsed_data.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-alt-price-to-series_sales_import_parsed_data" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4.3/2020-03-21--add_release_day_to_series_import_parsed_data.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-release-day-to-series_import_parsed_data" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4.4/2020-05-04--series_sale_condition.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-condition-field-to-series_sales" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4.4/2020-06-03--series_sales_import_parsed_data_condition.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.8.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-condition-field-to-series_sales_import_parsed_data" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2017-01-06--top_categories.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="beforeColumn" dbms="mysql,postgresql" />
79

810
<changeSet id="create-top_categories-table" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2017-05-11--image_preview.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-images_data-preview-field" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2017-11-22--import_request_series_id.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="connect-series_import_requests-and-series-table" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2017-12-21--solovyov_catalog.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="create-solovyov_catalog-table" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2017-12-21--zagorski_catalog.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="create-zagorski_catalog-table" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2018-01-01--add_perforated_to_parsed_data.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-perforated-field-to-series_import_parsed_data" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2018-01-01--add_quantity_to_parsed_data.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-quantity-field-to-series_import_parsed_data" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2018-02-09--add_seller_info_to_parsed_data.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="afterColumn" dbms="postgresql" />
79

810
<changeSet id="add-seller-info-fields-to-series_sales_import_parsed_data" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2018-07-05--series_import_parsed_data_michel_numbers_field.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="beforeColumn" dbms="mysql,postgresql" />
79

810
<changeSet id="add-michel_numbers-column-to-series_import_parsed_data-table" author="php-coder" context="scheme">
911

src/main/resources/liquibase/version/0.4/2018-07-15--series_import_parsed_data_group_id_field.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
xmlns="http://www.liquibase.org/xml/ns/dbchangelog"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
6-
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">
6+
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.24.xsd">
7+
8+
<removeChangeSetProperty change="addColumn" remove="beforeColumn" dbms="mysql,postgresql" />
79

810
<changeSet id="add-seller_group_id-column-to-series_sales_import_parsed_data-table" author="php-coder" context="scheme">
911

0 commit comments

Comments
 (0)