From e8b58748ccfa1e28e4955add55c9b296a6b88319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:19:31 +0000 Subject: [PATCH] Bump com.fasterxml.jackson:jackson-bom from 2.17.0 to 2.17.1 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1. - [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.0...jackson-bom-2.17.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/retrofit/build.gradle.kts | 2 +- modules/selenium/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/retrofit/build.gradle.kts b/modules/retrofit/build.gradle.kts index 7e6301cb..04b5b2c3 100644 --- a/modules/retrofit/build.gradle.kts +++ b/modules/retrofit/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { api("com.squareup.retrofit2:retrofit:2.11.0") api("com.squareup.okhttp3:okhttp:4.12.0") api("com.squareup.retrofit2:converter-jackson:2.11.0") - implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.1")) api("com.squareup.retrofit2:converter-scalars:2.11.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") diff --git a/modules/selenium/build.gradle.kts b/modules/selenium/build.gradle.kts index 99f9b724..c89b8c62 100644 --- a/modules/selenium/build.gradle.kts +++ b/modules/selenium/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { api("io.github.bonigarcia:webdrivermanager:5.8.0") implementation("commons-io:commons-io:2.16.1") - implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0")) + implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.1")) implementation("org.bouncycastle:bcprov-jdk15on:1.70") testImplementation("org.slf4j:slf4j-api:2.0.13")