We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33e747 commit 987df9eCopy full SHA for 987df9e
common/build.gradle
@@ -30,7 +30,7 @@ if (isWindows()) {
30
}
31
32
dependencies {
33
- api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1'
+ api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.2' // https://github.com/FasterXML/jackson-databind/issues/3627
34
api "com.cedarsoftware:java-util:1.8.0"
35
api group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.1'
36
api group: 'commons-codec', name: 'commons-codec', version: '1.11'
0 commit comments