From 8294d2e924837c1c7eab079cb75eda875011ebb8 Mon Sep 17 00:00:00 2001 From: RenovateBot <roffe@nibio.no> Date: Tue, 29 Oct 2024 01:02:58 +0100 Subject: [PATCH] Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2b5ced4..6e3e367 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.18.1</version> </dependency> <dependency> <groupId>no.nibio.vips</groupId> -- GitLab