Skip to content

Commit 1726f60

Browse files
committed
Bump Jackson dependency in gradle, too
1 parent 923d7f3 commit 1726f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
18+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.1'
1919

2020
testImplementation 'junit:junit:4.13.2'
2121
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.2'

0 commit comments

Comments
 (0)