File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,6 @@ dependencies {
197
197
exclude group : ' io.netty' , module : ' netty-codec-http'
198
198
}
199
199
implementation(' io.netty:netty-codec-http:4.1.108.Final' )
200
- implementation(' com.azure:azure-identity:1.12.0' )
201
200
202
201
/**
203
202
* SLACK SDK
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencyResolutionManagement {
69
69
library(' postHog' , ' com.posthog.java:posthog:1.1.1' )
70
70
library(' micrometerPrometheus' , " io.micrometer:micrometer-registry-prometheus:1.13.3" )
71
71
library(' mailjet' , " com.mailjet:mailjet-client:5.2.5" )
72
- library(' azureBlob' , ' com.azure.spring:spring-cloud-azure-starter-storage-blob:5.15 .0' )
72
+ library(' azureBlob' , ' com.azure.spring:spring-cloud-azure-starter-storage-blob:5.16 .0' )
73
73
library(' slackApiClient' , " com.slack.api:slack-api-client:$slackSdkVersion " )
74
74
library(' slackApiModelKotlinExtension' , " com.slack.api:slack-api-model-kotlin-extension:$slackSdkVersion " )
75
75
library(' slackApiClientKotlinExtension' , " com.slack.api:slack-api-client-kotlin-extension:$slackSdkVersion " )
You can’t perform that action at this time.
0 commit comments