From 7f57876ffc72de22541254456517d6f26a519a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 08:29:48 +0000 Subject: [PATCH] build(deps): bump com.squareup.retrofit2:retrofit from 2.11.0 to 3.0.0 Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/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) --- 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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e86b2c08..3b4fdf7a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -155,7 +155,7 @@ configure(libs) { dependency("com.google.inject:guice:7.0.0") dependency("com.google.testing.compile:compile-testing:0.21.0") dependency("com.puppycrawl.tools:checkstyle:10.17.0") - dependency("com.squareup.retrofit2:retrofit:2.11.0") + dependency("com.squareup.retrofit2:retrofit:3.0.0") dependency("commons-io:commons-io:2.16.1") dependency("io.github.benas:random-beans:3.9.0") dependency("io.github.glytching:junit-extensions:2.6.0")