From 2ed79e673bcaeb10909f5e6c22017848dce4e42b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:52:01 -0300 Subject: [PATCH] Bump org.liquibase:liquibase-parent-pom from 0.5.1 to 0.5.3 (#334) * Bump org.liquibase:liquibase-parent-pom from 0.5.1 to 0.5.3 Bumps [org.liquibase:liquibase-parent-pom](https://github.com/liquibase/liquibase-parent-pom) from 0.5.1 to 0.5.3. - [Release notes](https://github.com/liquibase/liquibase-parent-pom/releases) - [Commits](https://github.com/liquibase/liquibase-parent-pom/compare/v0.5.1...v0.5.3) --- updated-dependencies: - dependency-name: org.liquibase:liquibase-parent-pom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix: temporary fix for test harness issues * fix build version * fix build version * fix build version * chore: go back to previous test-harness --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: filipe --- .github/workflows/build-nightly.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 6 +++--- pom.xml | 8 +++++++- .../ext/cassandra/ContributedExtensionHarnessSuite.groovy | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 82d59143..5dfe9db7 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -8,7 +8,7 @@ on: jobs: nightly-build: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main with: nightly: true java: '[11, 17, 18]' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1651177c..b3f2c049 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,7 @@ on: jobs: codeql: - uses: liquibase/build-logic/.github/workflows/codeql.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/codeql.yml@main secrets: inherit with: languages: '["java"]' diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index fa7a0c03..a2b7380a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -11,5 +11,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/create-release.yml@main secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index bc3a5bda..76abbbf8 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,5 +7,5 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f50a496..3e6face6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Build and Test on: workflow_dispatch: - pull_request_target: + pull_request: types: - opened - reopened @@ -25,7 +25,7 @@ jobs: build-test: needs: authorize - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main secrets: inherit with: java: "[11, 17, 21]" @@ -89,5 +89,5 @@ jobs: dependabot: needs: integration-tests - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main secrets: inherit diff --git a/pom.xml b/pom.xml index eee95ae9..3519be54 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.liquibase liquibase-parent-pom - 0.5.1 + 0.5.3 org.liquibase.ext @@ -79,6 +79,12 @@ ${junit.version} test + + org.liquibase + liquibase-test-harness + 1.0.9 + test + diff --git a/src/test/groovy/liquibase/ext/cassandra/ContributedExtensionHarnessSuite.groovy b/src/test/groovy/liquibase/ext/cassandra/ContributedExtensionHarnessSuite.groovy index 0c875e67..748f4c5c 100644 --- a/src/test/groovy/liquibase/ext/cassandra/ContributedExtensionHarnessSuite.groovy +++ b/src/test/groovy/liquibase/ext/cassandra/ContributedExtensionHarnessSuite.groovy @@ -1,6 +1,6 @@ package liquibase.ext.cassandra -import liquibase.harness.BaseHarnessSuite; +import liquibase.harness.BaseHarnessSuite class ContributedExtensionHarnessSuite extends BaseHarnessSuite {