Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 1e42d7d

Browse files
committed
Bumping Jackson to 2.15.2
This is to match Java Client 6.3.0 going to 2.15.2.
1 parent 9c4d6b3 commit 1e42d7d

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

3737
implementation 'org.jdom:jdom2:2.0.6.1'
3838

39-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.3'
39+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
4040

4141
// This is currently an implementation dependency, though perhaps should be an api dependency due to its usage in
4242
// LoggingObject; not clear yet on whether the protected Logger in that class should make this an api dependency or not

0 commit comments

Comments
 (0)