Skip to content

Commit ab0667a

Browse files
authored
Updated Jackson dependencies (#418)
1 parent 9ac7be6 commit ab0667a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## Unreleased
2+
- Updated Jackson dependencies
3+
14
## 6.1.2
25
- [DOC] Added naming attribute to control plugin name that appears in docs, and set up framework to make attributes viable in code sample
36

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sourceCompatibility = 1.8
1414
targetCompatibility = 1.8
1515

1616
String jacksonVersion = '2.9.10'
17-
String jacksonDatabindVersion = '2.9.10.4'
17+
String jacksonDatabindVersion = '2.9.10.8'
1818

1919
repositories {
2020
mavenCentral()

0 commit comments

Comments
 (0)