From b0ff31790b25c8ceb8a28519bc31135a6a94f08d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:04:37 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:retrofit from 2.9.0 to 3.0.0 Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.9.0 to 3.0.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...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- omnij-rest-client-retrofit/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omnij-rest-client-retrofit/build.gradle b/omnij-rest-client-retrofit/build.gradle index b6370b3d..1d953cea 100644 --- a/omnij-rest-client-retrofit/build.gradle +++ b/omnij-rest-client-retrofit/build.gradle @@ -10,9 +10,9 @@ dependencies { api project(':omnij-net-api') api 'com.squareup.okhttp3:okhttp:3.14.9' // OmniwalletClient constructor with OkHttp parameter - api 'com.squareup.retrofit2:retrofit:2.9.0' + api 'com.squareup.retrofit2:retrofit:3.0.0' - implementation 'com.squareup.retrofit2:converter-jackson:2.9.0' + implementation 'com.squareup.retrofit2:converter-jackson:3.0.0' implementation 'com.squareup.okhttp3:logging-interceptor:3.14.9' implementation 'com.google.code.findbugs:jsr305:3.0.2'