Skip to content

Commit 987df9e

Browse files
committed
bump com.fasterxml.jackson.core:jackson-databind from 2.13.4.1 to 2.13.4.2
1 parent c33e747 commit 987df9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (isWindows()) {
3030
}
3131

3232
dependencies {
33-
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.1'
33+
api group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.2' // https://github.com/FasterXML/jackson-databind/issues/3627
3434
api "com.cedarsoftware:java-util:1.8.0"
3535
api group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.1'
3636
api group: 'commons-codec', name: 'commons-codec', version: '1.11'

0 commit comments

Comments
 (0)