diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c46b7c4..6fc52e9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ # Reference: https://docs.gradle.org/current/userguide/platforms.html [versions] -okhttp = "5.1.0" +okhttp = "5.2.1" [plugins] spotless = { id = "com.diffplug.spotless", version = "8.0.0" } @@ -29,7 +29,7 @@ okhttp-logging-interceptor = { module = "com.squareup.okhttp3:logging-intercepto okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli" } okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver" } -kotest-bom = { module = "io.kotest:kotest-bom", version = "6.0.3" } +kotest-bom = { module = "io.kotest:kotest-bom", version = "6.0.4" } kotest-assertions-core = { module = "io.kotest:kotest-assertions-core" } kotest-assertions-json = { module = "io.kotest:kotest-assertions-json" } kotest-property = { module = "io.kotest:kotest-property" }