From bb809d33f348adb020819e883bc6dcf2bc2d0576 Mon Sep 17 00:00:00 2001
From: Marc Philipp <mail@marcphilipp.de>
Date: Fri, 4 Oct 2024 15:50:15 +0200
Subject: [PATCH] feat(presets): Add jackson-module-kotlin repo to jackson
 monorepo (#31772)

---
 lib/data/monorepo.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json
index 6a9468a441..1ebc7878cd 100644
--- a/lib/data/monorepo.json
+++ b/lib/data/monorepo.json
@@ -322,7 +322,8 @@
       "https://github.com/FasterXML/jackson",
       "https://github.com/FasterXML/jackson-databind",
       "https://github.com/FasterXML/jackson-dataformats-binary",
-      "https://github.com/FasterXML/jackson-dataformats-text"
+      "https://github.com/FasterXML/jackson-dataformats-text",
+      "https://github.com/FasterXML/jackson-module-kotlin"
     ],
     "jasmine": "https://github.com/jasmine/jasmine",
     "javahamcrest": "https://github.com/hamcrest/JavaHamcrest",
-- 
GitLab