We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f773a commit 3cad84cCopy full SHA for 3cad84c
CHANGELOG.md
@@ -14,7 +14,8 @@
14
* Remove deprecated `read...Credentials()` methods (#112)
15
16
### Dependencies
17
-* Updated Jackson to 3.0.2 (#116)
+* Updated Jackson to 3.0.0 (#116)
18
+* Updated Jackson to 3.0.3 (#118)
19
20
### Test
21
* Tested against Vault 1.2 to 1.21 (#117)
pom.xml
@@ -49,7 +49,7 @@
49
<dependency>
50
<groupId>tools.jackson.core</groupId>
51
<artifactId>jackson-databind</artifactId>
52
- <version>3.0.2</version>
+ <version>3.0.3</version>
53
</dependency>
54
55
0 commit comments