diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2f0adc2..886a34e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ jupiter-launcher = { group = "org.junit.platform", name = "junit-platform-launch truth = { group = "com.google.truth", name = "truth", version = "1.4.4" } mockito = { group = "org.mockito", name = "mockito-core", version = "5.20.0" } gh-api = { group = "org.kohsuke", name = "github-api", version = "1.326" } -okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "5.2.1" } +okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "5.3.2" } jackson-core = { group = "com.fasterxml.jackson.core", name = "jackson-core", version.ref = "jackson" } jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version.ref = "jackson" } jackson-annotations = { group = "com.fasterxml.jackson.core", name = "jackson-annotations", version.ref = "jackson" }