Skip to content

Commit 4c429a7

Browse files
committed
fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.13.4
1 parent a829f89 commit 4c429a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-java-kickstart/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ dependencies {
1414
// JSON
1515
api "com.fasterxml.jackson.core:jackson-core:$LIB_JACKSON_VER"
1616
api "com.fasterxml.jackson.core:jackson-annotations:$LIB_JACKSON_VER"
17-
api "com.fasterxml.jackson.core:jackson-databind:2.13.3"
17+
api "com.fasterxml.jackson.core:jackson-databind:2.13.4"
1818
api "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:$LIB_JACKSON_VER"
1919
}

0 commit comments

Comments
 (0)