From 7ee11f1f90e66733f61e8d11cbc4ba414f46203b Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur> Date: Tue, 9 Mar 2021 21:29:53 +0100 Subject: [PATCH] Updated POM --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 34575f8..a45fa44 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>parent-pom-plugin</artifactId> - <version>1.0.1</version> + <version>1.0.3</version> </parent> <artifactId>sequence-blocks</artifactId> @@ -19,6 +19,7 @@ <dependency> <groupId>org.bioimageanalysis.icy</groupId> <artifactId>blocks</artifactId> + <version>5.3.0</version> </dependency> </dependencies> -- GitLab