From 162e20982aaba3e54fda6cf050b3e42a931e750f Mon Sep 17 00:00:00 2001 From: Melissa Linkert Date: Mon, 11 Dec 2023 16:48:56 -0600 Subject: [PATCH] Update to Bio-Formats 7.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index affaaad..4176526 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.0.1' + implementation 'ome:formats-gpl:7.1.0' implementation 'info.picocli:picocli:4.7.5' implementation 'com.univocity:univocity-parsers:2.8.4' implementation 'dev.zarr:jzarr:0.4.2'