From 1a89b56c7c9d8a30a8c2aeed28a0850c605fce32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:30:27 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0 Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.9.0 to 2.11.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.11.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index a26d59c..29265e3 100644 --- a/build.gradle +++ b/build.gradle @@ -25,11 +25,11 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' testImplementation 'ch.qos.logback:logback-classic:1.4.14' - testImplementation 'com.squareup.retrofit2:retrofit:2.9.0' + testImplementation 'com.squareup.retrofit2:retrofit:2.11.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' implementation 'org.slf4j:slf4j-api:2.0.12' implementation 'org.msgpack:jackson-dataformat-msgpack:0.9.8' - compileOnly 'com.squareup.retrofit2:retrofit:2.9.0' + compileOnly 'com.squareup.retrofit2:retrofit:2.11.0' } publishing {