diff options
author | Dan Timoney <dtimoney@att.com> | 2024-10-21 16:56:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-10-29 14:44:56 -0400 |
commit | 4e96a0cdc3d699857701e899b65e3d2e44300099 (patch) | |
tree | 2136bddda3b8b957858b77d1811e48ea76370213 /springboot/springboot26/pom.xml | |
parent | 5e76b699cae764325310cf7befd844a352923d40 (diff) |
Upgrade jackson to recommended version
Issue-ID: CCSDK-4042
Change-Id: I547985fcb1da022ce6d747f8c15c1595f3468cf1
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot/springboot26/pom.xml')
-rw-r--r-- | springboot/springboot26/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index 87173bab..d2f12ef0 100644 --- a/springboot/springboot26/pom.xml +++ b/springboot/springboot26/pom.xml @@ -100,6 +100,7 @@ <!-- Spring versions --> <spring.boot.version>2.6.11</spring.boot.version> + <springboot.jackson.version>2.17.2</springboot.jackson.version> <spring.version>5.3.22</spring.version> <!-- Kotlin versions --> |