From c1a5ef8e23d3ca119c21b2f39fbdd8117c57d7e7 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Tue, 27 Feb 2024 21:34:35 +0000 Subject: [PATCH] [ci skip] New VIPSCommon version 2.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 423d650..3796831 100755 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ <dependency> <groupId>no.nibio.vips</groupId> <artifactId>VIPSCommon</artifactId> - <version>2.0.3</version> + <version>2.1.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> -- GitLab