From cea2dd62ae1b03e4f6aacd65cfd0809293857829 Mon Sep 17 00:00:00 2001 From: alexradzin Date: Thu, 26 Oct 2023 12:54:49 +0300 Subject: [PATCH] updated versions of okhttp & jackson --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 3b9786792..274555c20 100644 --- a/build.gradle +++ b/build.gradle @@ -60,8 +60,8 @@ 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.fasterxml.jackson.core:jackson-databind:2.15.3' + 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'