Skip to content

Commit

Permalink
updated versions of okhttp, jackson, commons-text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexradzin committed Nov 27, 2023
1 parent 7bceb3e commit db6c020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'
Expand Down

0 comments on commit db6c020

Please sign in to comment.