diff --git a/build.gradle b/build.gradle index 60d6dc000..c9b9dc891 100644 --- a/build.gradle +++ b/build.gradle @@ -60,11 +60,11 @@ 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.16.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' + implementation 'org.apache.commons:commons-text:1.11.0' implementation 'org.lz4:lz4-java:1.8.0' implementation 'javax.xml.bind:jaxb-api:2.3.1' @@ -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'