From cc9923ef7b848f9d1901d059b4972729cef2f32b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 30 Sep 2024 04:41:41 +0000
Subject: [PATCH] Bump com.fasterxml.jackson.module:jackson-module-kotlin

Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.16.0 to 2.18.0.
- [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.16.0...jackson-module-kotlin-2.18.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 settings.gradle.kts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle.kts b/settings.gradle.kts
index bc56f5a9cc..26543a1bc2 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -37,7 +37,7 @@ buildscript {
     classpath("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0")
     classpath("com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.16.0")
     classpath("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0")
-    classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
+    classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
   }
 }