From ec716656f284066dacfbc862018959936e41fd23 Mon Sep 17 00:00:00 2001
From: Ryan Rupp <3022260+ryanrupp@users.noreply.github.com>
Date: Fri, 22 Nov 2024 13:30:51 -0600
Subject: [PATCH] Update to Jackson 2.14.3
Note while most users will likely already have their managed version of Jackson provided, this at least makes it for users who don't explicitly include Jackson then use a newer patch version (instead of the release candidate). Also aligns the jackson-annotations version. Didn't push the minor version forward because allow for the downstream consumer to decide what Jackson version they want as much as possible i.e. they can push it forward rather than forcing the dependency/avoid programming against newer Jackson minor features.
---
api/pom.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/api/pom.xml b/api/pom.xml
index 2d99afc..01e90e3 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -76,16 +76,20 @@
+
+ 2.14.3
+
+
com.fasterxml.jackson.core
jackson-annotations
- 2.13.2
+ ${jackson.version}
com.fasterxml.jackson.core
jackson-databind
- 2.14.0-rc1
+ ${jackson.version}
com.auth0