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 76149f3 commit a90fc33Copy full SHA for a90fc33
build.gradle
@@ -27,7 +27,7 @@ dependencies {
27
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
28
29
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
30
- implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2'
+ implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3'
31
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5'
32
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
33
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.9.0'
0 commit comments