Skip to content

Commit

Permalink
Update http-nio to 1.1.1 (#8889)
Browse files Browse the repository at this point in the history
This release fixes several bugs when using HttpPath resolve methods that have been affecting users. In particular, they were causing issues when trying to construct HTTP URIs for companion files such as fasta/bam indices.
  • Loading branch information
droazen committed Jun 27, 2024
1 parent b2723d6 commit adbb626
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.1.0'
implementation 'org.broadinstitute:http-nio:1.1.1'

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

0 comments on commit adbb626

Please sign in to comment.