From 116d7a3d4027500177bb439783ce37c1b558cab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:05:19 +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.17.0 to 2.22.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.0...jackson-module-kotlin-2.22.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-version: 2.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- zipdiff-core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipdiff-core/build.gradle.kts b/zipdiff-core/build.gradle.kts index 3b571a0..41dbe2e 100644 --- a/zipdiff-core/build.gradle.kts +++ b/zipdiff-core/build.gradle.kts @@ -13,7 +13,7 @@ java { dependencies { implementation("org.apache.commons:commons-compress:1.26.1") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.22.2") implementation("org.json:json:20260814") testImplementation(platform("org.junit:junit-bom:6.1.3"))