We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93caad1 commit 9cb7d72Copy full SHA for 9cb7d72
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
annotationProcessor 'org.projectlombok:lombok:1.18.32'
28
29
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
30
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.3'
31
32
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0','org.mockito:mockito-core:4.11.0'
33
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
0 commit comments