From 7e4d38adc237f662cd23d2c608a63341a70aa8bc Mon Sep 17 00:00:00 2001 From: Ramachandran A G <106139410+ag-ramachandran@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:21:53 +0530 Subject: [PATCH] Feature/update version (#74) * *Update version to latest SDK * *Update deploy file --- .github/workflows/deploy.yml | 5 +++++ build.gradle | 4 ++-- version | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) 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