Skip to content

Commit 8317d8b

Browse files
authored
Update http-nio to 1.1.0 which implements Path.resolve() methods (#8626)
* This should make http access seamless in many places * The way this handles query parameters is not ideal for signed url cases so we'll need to revisit that
1 parent 70ee553 commit 8317d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ dependencies {
336336
implementation 'org.broadinstitute:gatk-bwamem-jni:1.0.4'
337337
implementation 'org.broadinstitute:gatk-fermilite-jni:1.2.0'
338338

339-
implementation 'org.broadinstitute:http-nio:1.0.0'
339+
implementation 'org.broadinstitute:http-nio:1.1.0'
340340

341341
// Required for COSMIC Funcotator data source:
342342
implementation 'org.xerial:sqlite-jdbc:3.44.1.0'

0 commit comments

Comments
 (0)