Skip to content

Commit 853add6

Browse files
committed
DEVX-796: fixing jackson annotations in examples
1 parent 1f82eac commit 853add6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle-scripts/extensions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131

3232
jackson_core = [
3333
version: '3.1.0',
34-
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.19.1',
34+
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.21',
3535
databind: 'tools.jackson.core:jackson-databind:3.1.0',
3636
core: 'tools.jackson.core:jackson-core:3.1.0',
3737
//datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:3.1.0',

0 commit comments

Comments
 (0)