diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index e8334ca4..a57c7926 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -7,5 +7,5 @@ on: jobs: attach-artifact-to-release: - uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.4.4 + uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.5.7 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 4b399043..b32c0e12 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.4.4 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.5.7 secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index fe8a817f..881b5129 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.4.4 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.5.7 secrets: inherit diff --git a/.github/workflows/synk-nightly.yml b/.github/workflows/synk-nightly.yml deleted file mode 100644 index 177193cb..00000000 --- a/.github/workflows/synk-nightly.yml +++ /dev/null @@ -1,14 +0,0 @@ -# Run Snyk nightly to scan and report security issues on staging. -name: Nightly Snyk Scan - -# Job will run nightly at 02:05 EDT / 01:05 CDT -# Time below is UTC -on: - schedule: - - cron: "5 6 * * *" - workflow_dispatch: - -jobs: - security-scan: - uses: liquibase/build-logic/.github/workflows/synk-nightly.yml@v0.4.4 - secrets: inherit \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd2d1793..86f4de2a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,5 +10,10 @@ on: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.4.4 - secrets: inherit \ No newline at end of file + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.7 + secrets: inherit + + dependabot-automerge: + needs: build-test + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.5.7 + secrets: inherit diff --git a/pom.xml b/pom.xml index 22ab0799..e5384f5d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,32 +1,21 @@ - + 4.0.0 + + org.liquibase + liquibase-parent-pom + 0.2.4 + + org.liquibase.ext liquibase-databricks 1.1.0 - Liquibase Extension: Databricks support + Liquibase Extension Databricks support Liquibase Extension for Databricks. https://github.com/liquibase/liquibase-databricks - - Liquibase - http://www.liquibase.com - - - - https://github.com/liquibase/liquibase-databricks/issues - - - - - http://www.apache.org/licenses/LICENSE-2.0 - Apache License, Version 2.0 - - - Cody Davis @@ -36,57 +25,24 @@ - - scm:git:git://github.com/liquibase/liquibase-databricks.git - https://github.com/liquibase/liquibase-databricks - - - UTF-8 - UTF-8 - 1.8 - 1.8 + 2.4.21 4.23.2 - - liquibase - ${sonar.organization}_${project.artifactId} - ${project.name} - ${project.description} - https://sonarcloud.io - git - true - src/main/java + 2.1.0 src/test/groovy - - 2.4.21 - 1.3-groovy-2.4 - - target + 1.3-groovy-2.4 + 1.8.0 + 1.10.0 + + scm:git:${project.scm.url} + scm:git:${project.scm.url} + https://github.com/liquibase/liquibase-databricks.git + HEAD + + - - org.liquibase - liquibase-core - ${liquibase.version} - - - org.liquibase - liquibase-commercial - ${liquibase.version} - - - junit - junit - test - 4.13.2 - - - org.liquibase - liquibase-test-harness - 1.0.9 - test - org.skyscreamer jsonassert @@ -99,37 +55,30 @@ 2.6.34 test - - - org.codehaus.groovy - groovy-all - ${groovy.version} - test - pom - - - org.codehaus.groovy - groovy-testng - - - - org.spockframework - spock-core - ${dependency.spock.version} - test + org.yaml + snakeyaml + ${snakeyaml.version} - - - src/main/resources - true - - - + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + org.apache.maven.surefire + surefire-junit4 + 3.1.2 + + + + true + plain + + org.liquibase liquibase-maven-plugin @@ -146,103 +95,6 @@ - - maven-surefire-plugin - 3.1.0 - - true - plain - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.3.0 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - true - false - Liquibase Databricks ${project.version} API - true - none - UTF-8 - - false - - - - javadoc-default - - jar - - package - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.2.1 - - - attach-sources - package - - jar - - - - - - - org.codehaus.gmavenplus - gmavenplus-plugin - 2.1.0 - - - - compile - compileTests - - - - - - - org.jacoco - jacoco-maven-plugin - 0.8.10 - - - - ${jacoco.fileset.directory} - - **/jacoco.exec - - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.9.1.2184 - - - - org.liquibase.ext - liquibase-sdk-maven-plugin - 0.10.20 - - org.codehaus.mojo flatten-maven-plugin