diff --git a/build.gradle b/build.gradle index 442bfcc43ca..1563ec8ae1c 100644 --- a/build.gradle +++ b/build.gradle @@ -335,7 +335,7 @@ dependencies { // implementation('com.intel.gkl:gkl:0.8.11') { // exclude module: 'htsjdk' // } - implementation files('libs/gkl-2024_08_08.jar') + implementation files('libs/gkl-2024_08_13.jar') implementation 'org.broadinstitute:gatk-bwamem-jni:1.0.4' implementation 'org.broadinstitute:gatk-fermilite-jni:1.2.0' diff --git a/libs/gkl-2024_08_08.jar b/libs/gkl-2024_08_08.jar deleted file mode 100644 index e43d2a9409e..00000000000 Binary files a/libs/gkl-2024_08_08.jar and /dev/null differ diff --git a/libs/gkl-2024_08_13.jar b/libs/gkl-2024_08_13.jar new file mode 100644 index 00000000000..38d86440dcd Binary files /dev/null and b/libs/gkl-2024_08_13.jar differ