Skip to content

Commit

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

Please sign in to comment.