Skip to content

Commit b163da9

Browse files
committed
Update azure deps
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 1fffb85 commit b163da9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/nf-azure/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ dependencies {
3636
compileOnly project(':nextflow')
3737
compileOnly 'org.slf4j:slf4j-api:2.0.16'
3838
compileOnly 'org.pf4j:pf4j:3.12.0'
39-
api('com.azure:azure-storage-blob:12.26.1') {
39+
api('com.azure:azure-storage-blob:12.29.0') {
4040
exclude group: 'org.slf4j', module: 'slf4j-api'
4141
}
42-
api('com.azure:azure-compute-batch:1.0.0-beta.2') {
42+
api('com.azure:azure-compute-batch:1.0.0-beta.3') {
4343
exclude group: 'org.slf4j', module: 'slf4j-api'
4444
exclude group: 'com.google.guava', module: 'guava'
4545
}
46-
api('com.azure:azure-identity:1.12.2') {
46+
api('com.azure:azure-identity:1.15.1') {
4747
exclude group: 'org.slf4j', module: 'slf4j-api'
4848
}
4949

0 commit comments

Comments
 (0)