From 351abe07a8b7198e3d17690dc76e4e02385d923c Mon Sep 17 00:00:00 2001 From: Melissa Linkert Date: Thu, 24 Oct 2024 11:03:14 -0500 Subject: [PATCH] Update Bio-Formats to 8.0.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f84e8fa..571ee74 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:7.3.1' + implementation 'ome:formats-gpl:8.0.0' implementation 'info.picocli:picocli:4.7.5' implementation 'com.univocity:univocity-parsers:2.8.4' implementation 'dev.zarr:jzarr:0.4.2'