Skip to content

Commit

Permalink
Feature/update version (#74)
Browse files Browse the repository at this point in the history
* *Update version to latest SDK
* *Update deploy file
  • Loading branch information
ag-ramachandran authored Aug 9, 2024
1 parent c116778 commit 7e4d38a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.6
2.0.7

0 comments on commit 7e4d38a

Please sign in to comment.