diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b97c03d..4c0c80d8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -97,7 +97,7 @@ jobs: - uses: rlespinasse/github-slug-action@v5 - name: Publish allure report - uses: andrcuns/allure-publish-action@v2.8.0 + uses: andrcuns/allure-publish-action@v2.9.0 if: ${{ always() && env.GOOGLE_SERVICE_ACCOUNT != 0 && (github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == '') }} env: GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/plugin-jdbc-arrow-flight/build.gradle b/plugin-jdbc-arrow-flight/build.gradle index 307bcecc..47a7954b 100644 --- a/plugin-jdbc-arrow-flight/build.gradle +++ b/plugin-jdbc-arrow-flight/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("org.apache.arrow:flight-sql-jdbc-driver:17.0.0") + implementation("org.apache.arrow:flight-sql-jdbc-driver:18.1.0") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output diff --git a/plugin-jdbc-as400/build.gradle b/plugin-jdbc-as400/build.gradle index f7d9bc4b..5f50fe4f 100644 --- a/plugin-jdbc-as400/build.gradle +++ b/plugin-jdbc-as400/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation 'net.sf.jt400:jt400:20.0.7' + implementation 'net.sf.jt400:jt400:20.0.8' implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output diff --git a/plugin-jdbc-redshift/build.gradle b/plugin-jdbc-redshift/build.gradle index a34349c0..1256cb2b 100644 --- a/plugin-jdbc-redshift/build.gradle +++ b/plugin-jdbc-redshift/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - jdbcDriver 'com.amazon.redshift:redshift-jdbc42:2.1.0.30' + jdbcDriver 'com.amazon.redshift:redshift-jdbc42:2.1.0.31' implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output diff --git a/plugin-jdbc-snowflake/build.gradle b/plugin-jdbc-snowflake/build.gradle index 53250631..c1f3e16c 100644 --- a/plugin-jdbc-snowflake/build.gradle +++ b/plugin-jdbc-snowflake/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("net.snowflake:snowflake-jdbc:3.19.0") + implementation("net.snowflake:snowflake-jdbc:3.21.0") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output diff --git a/plugin-jdbc-sqlserver/build.gradle b/plugin-jdbc-sqlserver/build.gradle index 6bcc9c16..f7e235ac 100644 --- a/plugin-jdbc-sqlserver/build.gradle +++ b/plugin-jdbc-sqlserver/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11") + implementation("com.microsoft.sqlserver:mssql-jdbc:12.9.0.jre11") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output diff --git a/plugin-jdbc-trino/build.gradle b/plugin-jdbc-trino/build.gradle index 658dd9ce..e073d4fb 100644 --- a/plugin-jdbc-trino/build.gradle +++ b/plugin-jdbc-trino/build.gradle @@ -13,7 +13,7 @@ jar { } dependencies { - implementation("io.trino:trino-jdbc:462") + implementation("io.trino:trino-jdbc:467") implementation project(':plugin-jdbc') testImplementation project(':plugin-jdbc').sourceSets.test.output