From 967e89a48bbefc1c3eee329d8723bf0952076c03 Mon Sep 17 00:00:00 2001
From: RenovateBot <roffe@nibio.no>
Date: Thu, 1 Jun 2023 01:00:48 +0200
Subject: [PATCH] chore(deps): update dependency
 com.fasterxml.jackson.core:jackson-databind to v2.15.2

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 737e4527..c4946f1d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -161,7 +161,7 @@
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
-            <version>2.13.1</version>
+            <version>2.15.2</version>
         </dependency>
         <dependency>
             <groupId>org.passay</groupId>
-- 
GitLab