From a0bfb1cc5139557bbb9c5b92236da35c61f193de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 08:21:26 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.module:jackson-module-kotlin (#394) Bumps [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.17.1 to 2.17.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.17.1...jackson-module-kotlin-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a35437c..ac00f512 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ group = "no.nav.syfo" val apacheHttpClientVersion = "5.3.1" val junitJupiterVersion = "5.10.3" -val kotlinJacksonVersion = "2.17.1" +val kotlinJacksonVersion = "2.17.2" val flywayVersion = "9.22.3" val tokenSupportVersion = "3.2.0" val mockkVersion = "1.13.12"