From d540ef7697d3dd05205a7cef9eae10ac239bab4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 13:27:54 +0100 Subject: [PATCH] chore(deps): update dependency com.fasterxml.jackson:jackson-bom to v2.16.1 (#44) Co-authored-by: renovate[bot] <29139614+renovate[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 ea56bae..3e6115f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -44,7 +44,7 @@ projectConfiguration { dependencies { // bom - api(platform("com.fasterxml.jackson:jackson-bom:2.16.0")) + api(platform("com.fasterxml.jackson:jackson-bom:2.16.1")) // http client implementation("com.squareup.okhttp3:okhttp:4.12.0")