From 3af1179edb6c42da5ac537b9efc1533c3a90d2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:14:42 +0000 Subject: [PATCH] Bump com.squareup.okhttp3:okhttp from 4.11.0 to 4.12.0 Bumps [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) from 4.11.0 to 4.12.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.11.0...parent-4.12.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3b9786792..39aa544c3 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ sourceSets { dependencies { implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' - implementation 'com.squareup.okhttp3:okhttp:4.11.0' + implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'net.jodah:expiringmap:0.5.11' implementation 'org.apache.commons:commons-lang3:3.13.0' implementation 'org.apache.commons:commons-text:1.10.0' @@ -85,8 +85,8 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' testImplementation 'org.junit-pioneer:junit-pioneer:1.9.1' testImplementation 'org.hamcrest:hamcrest-library:2.2' - testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0' - testImplementation 'com.squareup.okhttp3:okhttp-tls:4.11.0' + testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' + testImplementation 'com.squareup.okhttp3:okhttp-tls:4.12.0' testImplementation 'io.zonky.test:embedded-postgres:2.0.4' testCompileOnly 'org.slf4j:slf4j-api:2.0.9' testCommonImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'