From b41460b5b9d780627365161f3067e56a8ed53c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:06:55 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:converter-scalars from 2.9.0 to 2.10.0 Bumps [com.squareup.retrofit2:converter-scalars](https://github.com/square/retrofit) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:converter-scalars dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- modules/retrofit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/retrofit/build.gradle.kts b/modules/retrofit/build.gradle.kts index 5e617f1d..dafb59ce 100644 --- a/modules/retrofit/build.gradle.kts +++ b/modules/retrofit/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { api("com.squareup.okhttp3:okhttp:4.12.0") api("com.squareup.retrofit2:converter-jackson:2.9.0") implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0")) - api("com.squareup.retrofit2:converter-scalars:2.9.0") + api("com.squareup.retrofit2:converter-scalars:2.10.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") testImplementation("no.nav.security:mock-oauth2-server:2.1.2")