Skip to content

Commit

Permalink
chore: bump Kiota dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Sep 30, 2024
1 parent 08d812e commit a9c01ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:4.12.0'
api 'com.azure:azure-core:1.52.0'

api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.4.0'
api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.4.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.4.0'
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.5.0'
api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.5.0'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.5.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.5.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.5.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.5.0'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.5.0'
}

0 comments on commit a9c01ec

Please sign in to comment.