We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fffb85 commit b163da9Copy full SHA for b163da9
plugins/nf-azure/build.gradle
@@ -36,14 +36,14 @@ dependencies {
36
compileOnly project(':nextflow')
37
compileOnly 'org.slf4j:slf4j-api:2.0.16'
38
compileOnly 'org.pf4j:pf4j:3.12.0'
39
- api('com.azure:azure-storage-blob:12.26.1') {
+ api('com.azure:azure-storage-blob:12.29.0') {
40
exclude group: 'org.slf4j', module: 'slf4j-api'
41
}
42
- api('com.azure:azure-compute-batch:1.0.0-beta.2') {
+ api('com.azure:azure-compute-batch:1.0.0-beta.3') {
43
44
exclude group: 'com.google.guava', module: 'guava'
45
46
- api('com.azure:azure-identity:1.12.2') {
+ api('com.azure:azure-identity:1.15.1') {
47
48
49
0 commit comments