Skip to content

Commit

Permalink
Update http-nio to 1.1.0 which implements Path.resolve() methods (#8626)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lbergelson committed Dec 13, 2023
1 parent 70ee553 commit 8317d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ dependencies {
implementation 'org.broadinstitute:gatk-bwamem-jni:1.0.4'
implementation 'org.broadinstitute:gatk-fermilite-jni:1.2.0'

implementation 'org.broadinstitute:http-nio:1.0.0'
implementation 'org.broadinstitute:http-nio:1.1.0'

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

0 comments on commit 8317d8b

Please sign in to comment.