From 80435797a61b070ce6d38098e9408120ffbd0da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:34:37 +0100 Subject: [PATCH] bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.11.0 (via #1068) --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a3092b53..7e8ef508 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -153,7 +153,7 @@ configure(libs) { dependency("com.google.inject:guice:7.0.0") dependency("com.google.testing.compile:compile-testing:0.19") dependency("com.puppycrawl.tools:checkstyle:10.17.0") - dependency("com.squareup.retrofit2:retrofit:2.9.0") + dependency("com.squareup.retrofit2:retrofit:2.11.0") dependency("commons-io:commons-io:2.11.0") dependency("io.github.benas:random-beans:3.9.0") dependency("io.github.glytching:junit-extensions:2.6.0")