Skip to content

Commit 822151d

Browse files
fix(deps): update dependency com.fasterxml.jackson.core:jackson-annotations to v2.17.1
1 parent 2654255 commit 822151d

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
@@ -36,7 +36,7 @@ dependencies {
3636
exclude group: 'io.netty'
3737
}
3838

39-
api('com.fasterxml.jackson.core:jackson-annotations:2.15.2')
39+
api('com.fasterxml.jackson.core:jackson-annotations:2.17.1')
4040
api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2')
4141
api('com.fasterxml.jackson.core:jackson-core:2.15.2')
4242
}

0 commit comments

Comments
 (0)