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 b0cf9ce commit ab9ce41Copy full SHA for ab9ce41
build.gradle
@@ -25,8 +25,8 @@ artifacts {
25
26
dependencies {
27
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
28
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
29
- implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
+ implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.1'
30
implementation 'org.slf4j:slf4j-api:1.7.36'
31
32
compileOnly 'org.projectlombok:lombok:1.18.34'
0 commit comments