diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 885e6c1..dda979a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,11 @@ name: Deploy and Create Release jobs: build: + permissions: + checks: write + pull-requests: write + id-token: write + packages: write # for pushing GitHub packages name: Upload Release Asset runs-on: ubuntu-latest steps: diff --git a/build.gradle b/build.gradle index b623685..e6ae8b6 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ repositories { // update dependencies to bom azure-sdk-bom/1.2.24 dependencies { - implementation 'com.microsoft.azure.kusto:kusto-data:5.1.0' - implementation 'com.microsoft.azure.kusto:kusto-ingest:5.1.0' + implementation 'com.microsoft.azure.kusto:kusto-data:5.1.1' + implementation 'com.microsoft.azure.kusto:kusto-ingest:5.1.1' implementation 'com.azure:azure-core-http-netty:1.15.0' implementation 'com.azure:azure-core:1.49.0' implementation 'com.azure:azure-data-tables:12.4.1' diff --git a/version b/version index 703cec9..6a0ca2d 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.0.6 \ No newline at end of file +2.0.7 \ No newline at end of file