From 1dec84358e50c59d882fafe49dafcaa4100ca4f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 13:17:05 +0000 Subject: [PATCH] Bump okhttp from 4.9.3 to 4.10.0 Bumps [okhttp](https://github.com/square/okhttp) from 4.9.3 to 4.10.0. - [Release notes](https://github.com/square/okhttp/releases) - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.3...parent-4.10.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- engine/build.gradle.kts | 2 +- integrationtest/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 1015acb9..60a953dd 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.2.11") implementation("com.squareup.okio:okio-jvm:3.1.0") - implementation("com.squareup.okhttp3:okhttp:4.9.3") + implementation("com.squareup.okhttp3:okhttp:4.10.0") testImplementation("com.squareup.okhttp3:mockwebserver:4.9.3") implementation("org.apache.commons:commons-compress:1.21") diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index 6d232182..2f4e092c 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { } } implementation(project(":engine")) - testImplementation("com.squareup.okhttp3:okhttp:4.9.3") + testImplementation("com.squareup.okhttp3:okhttp:4.10.0") testImplementation("org.slf4j:slf4j-api:1.7.36") testRuntimeOnly("ch.qos.logback:logback-classic:[1.2,2)!!1.2.11")