From 9b0e9471e678abb00b7a41df8e6b82e0da2a4458 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Mon, 6 May 2024 01:02:28 +0200 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 848da5d..038bb0b 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.16.1</version> + <version>2.17.1</version> </dependency> <dependency> <groupId>no.nibio.vips</groupId> -- GitLab