From 06a649cca5f166a2aee4617bae5b924e291e844a Mon Sep 17 00:00:00 2001 From: jandroav Date: Wed, 12 Jul 2023 08:52:04 +0200 Subject: [PATCH 1/2] chore(pom.xml): update liquibase-mongodb version from 4.23.0 to 4.23.1-SNAPSHOT for bug fixes and improvements --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b79049ad..cd148c88 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase.ext liquibase-mongodb jar - 4.23.0 + 4.23.1-SNAPSHOT Liquibase MongoDB Extension Liquibase Extension for MongoDB http://www.liquibase.org From 3431711efd9a580e5b04d68bc6adc7d88bbdf469 Mon Sep 17 00:00:00 2001 From: jandroav Date: Wed, 12 Jul 2023 08:53:51 +0200 Subject: [PATCH 2/2] chore(workflows): update liquibase build-logic workflows to v0.3.3 for attach-artifact-release, create-release, release-published, and snyk-nightly workflows --- .github/workflows/attach-artifact-release.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/snyk-nightly.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 3adfce1a..f98b0492 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -8,5 +8,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.3.2 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.3.3 secrets: inherit diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2c34c14f..2858f1f4 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,5 +7,5 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.3.2 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.3.3 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 7066a277..1e65d709 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,7 +7,7 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.3.2 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.3.3 secrets: inherit deploy_xsd: diff --git a/.github/workflows/snyk-nightly.yml b/.github/workflows/snyk-nightly.yml index 6fd0d918..ed5088ec 100644 --- a/.github/workflows/snyk-nightly.yml +++ b/.github/workflows/snyk-nightly.yml @@ -10,5 +10,5 @@ on: jobs: security-scan: - uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.3.2 + uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.3.3 secrets: inherit \ No newline at end of file