We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac7be6 commit ab0667aCopy full SHA for ab0667a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## Unreleased
2
+ - Updated Jackson dependencies
3
+
4
## 6.1.2
5
- [DOC] Added naming attribute to control plugin name that appears in docs, and set up framework to make attributes viable in code sample
6
build.gradle
@@ -14,7 +14,7 @@ sourceCompatibility = 1.8
14
targetCompatibility = 1.8
15
16
String jacksonVersion = '2.9.10'
17
-String jacksonDatabindVersion = '2.9.10.4'
+String jacksonDatabindVersion = '2.9.10.8'
18
19
repositories {
20
mavenCentral()
0 commit comments