Skip to content

Commit 2a36fa7

Browse files
committed
Bump azure-storage-blob:12.22.1
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent d63af78 commit 2a36fa7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

plugins/nf-azure/build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,13 @@ sourceSets {
3030
configurations {
3131
// see https://docs.gradle.org/4.1/userguide/dependency_management.html#sub:exclude_transitive_dependencies
3232
runtimeClasspath.exclude group: 'org.slf4j', module: 'slf4j-api'
33-
34-
all {
35-
resolutionStrategy.eachDependency { DependencyResolveDetails details ->
36-
if (details.requested.group == 'io.netty' && details.requested.name !in ['netty-tcnative-boringssl-static','netty-tcnative-classes']) {
37-
details.useVersion('4.1.77.Final')
38-
}
39-
}
40-
}
4133
}
4234

4335
dependencies {
4436
compileOnly project(':nextflow')
4537
compileOnly 'org.slf4j:slf4j-api:2.0.7'
4638
compileOnly 'org.pf4j:pf4j:3.4.1'
47-
api('com.azure:azure-storage-blob:12.20.3') {
39+
api('com.azure:azure-storage-blob:12.22.1') {
4840
exclude group: 'org.slf4j', module: 'slf4j-api'
4941
}
5042
api('com.microsoft.azure:azure-batch:10.1.0') {
@@ -59,9 +51,6 @@ dependencies {
5951
compileOnly(group: 'com.nimbusds', name: 'oauth2-oidc-sdk', version: '9.43')
6052

6153
constraints {
62-
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
63-
api 'com.fasterxml.woodstox:woodstox-core:6.4.0'
64-
api 'com.google.code.gson:gson:2.10.1'
6554
api 'net.minidev:json-smart:2.4.9'
6655
}
6756

0 commit comments

Comments
 (0)