From 4afebcd99d9cff88476e4b186a202e352e001107 Mon Sep 17 00:00:00 2001
From: JSON <jason.luong@snyk.io>
Date: Thu, 29 Aug 2024 11:45:35 +0100
Subject: [PATCH] fix: high vuln (#84)

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

diff --git a/pom.xml b/pom.xml
index fa376ef..5d3fec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
      | dependency and plugin versions, please keep alphabetical.
      | each version property should be of the form "version.<identifier>".
     -->
-    <version.jackson.databind>2.14.1</version.jackson.databind>
+    <version.jackson.databind>2.15.0</version.jackson.databind>
     <version.junit5>5.5.2</version.junit5>
     <version.maven.assembly.plugin>3.1.1</version.maven.assembly.plugin>
     <version.maven.clean.plugin>3.1.0</version.maven.clean.plugin>