From 19eecdba2236a6904601c4c1b332822dc8a42289 Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Wed, 3 Apr 2024 09:12:50 +0200 Subject: [PATCH] chore: update deps --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 62c85ad81..deb91da51 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -30,6 +30,7 @@ repositories { dependencies { implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0")) + implementation(platform("com.squareup.retrofit2:retrofit-bom:2.11.0")) implementation("org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0") implementation("org.commonmark:commonmark:0.21.0") @@ -37,7 +38,7 @@ dependencies { implementation("com.segment.analytics.java:analytics:3.4.0") implementation("io.sentry:sentry:6.27.0") implementation("javax.xml.bind:jaxb-api:2.3.1") // necessary because since JDK 9 not included - implementation("com.squareup.retrofit2:retrofit:2.9.0") + implementation("com.squareup.retrofit2:retrofit") implementation("com.squareup.okhttp3:okhttp") implementation("com.squareup.okhttp3:logging-interceptor") implementation("com.fasterxml.jackson.core:jackson-databind:2.12.7.1")