Skip to content

Commit a2771a6

Browse files
fix(deps): update dependency com.squareup.okhttp3:okhttp to v5
1 parent 71e4456 commit a2771a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
2828
implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
2929
implementation("dev.triumphteam:triumph-cmd-jda-slash:2.0.0-SNAPSHOT")
30-
implementation("com.squareup.okhttp3:okhttp:4.12.0")
30+
implementation("com.squareup.okhttp3:okhttp:5.0.0")
3131
implementation("com.fasterxml.jackson.core:jackson-databind:2.19.0")
3232
implementation("com.google.guava:guava:33.4.8-jre")
3333

0 commit comments

Comments
 (0)