From 4a02d0d55f394378972d9ad3ea838efd8d5b4bbe Mon Sep 17 00:00:00 2001 From: Melissa Linkert Date: Thu, 14 Nov 2024 11:23:33 -0600 Subject: [PATCH] Update Bio-Formats to 8.0.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 571ee74..a0384f4 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ configurations.all { dependencies { implementation 'net.java.dev.jna:jna:5.10.0' - implementation 'ome:formats-gpl:8.0.0' + implementation 'ome:formats-gpl:8.0.1' implementation 'info.picocli:picocli:4.7.5' implementation 'com.univocity:univocity-parsers:2.8.4' implementation 'dev.zarr:jzarr:0.4.2'