From d7e453d0047872656afeb6f3d81fc3eff3d9522a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:33:19 +0000 Subject: [PATCH] build(deps): 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.17.1 to 2.18.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.18.2) --- 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] --- serverpackcreator-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverpackcreator-app/build.gradle.kts b/serverpackcreator-app/build.gradle.kts index 1803d1e17..21bf6f728 100644 --- a/serverpackcreator-app/build.gradle.kts +++ b/serverpackcreator-app/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { //WEB api("org.jetbrains.kotlin:kotlin-reflect:1.9.23") - api("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1") + api("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2") api("org.springframework.boot:spring-boot-starter-web:3.3.2") api("org.springframework.boot:spring-boot-starter-log4j2:3.4.0") api("org.springframework.boot:spring-boot-starter-data-jpa:3.3.5")