From 0d9c45d17ef339424dc3ab6dce1f1d55e3070fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:00:50 +0000 Subject: [PATCH] Bump retrofitVersion from 2.11.0 to 3.0.0 Bumps `retrofitVersion` from 2.11.0 to 3.0.0. Updates `com.squareup.retrofit2:retrofit` from 2.11.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.11.0...3.0.0) Updates `com.squareup.retrofit2:converter-jackson` from 2.11.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.11.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 - dependency-name: com.squareup.retrofit2:converter-jackson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3885411..da75fef 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { springBootVersion = project.hasProperty('springBootVersion') ? project.springBootVersion : '3.5.0' springVersion = project.hasProperty('springFrameworkVersion') ? project.springFrameworkVersion : '6.2.7' jacksonVersion = '2.20.0' - retrofitVersion = '2.11.0' + retrofitVersion = '3.0.0' mockitoVersion = '5.20.+' // At least Mockito 5.2.0 is required to Mock final classes } dependencies {