Skip to content

Commit 6d3430c

Browse files
committed
Update dependency com.fasterxml.jackson.core:jackson-core to v2.16.0
1 parent 9dd7e3f commit 6d3430c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ test {
101101

102102
dependencies {
103103
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.20'
104-
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.15.3"
104+
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.16.0"
105105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.15.3"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.15.3'
107107
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.16.0'

0 commit comments

Comments
 (0)