We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c44790 commit 13aacd3Copy full SHA for 13aacd3
CHANGELOG.md
@@ -14,7 +14,7 @@
14
* Remove deprecated `read...Credentials()` methods (#112)
15
16
### Dependencies
17
-* Updated Jackson to 3.0.1 (#116)
+* Updated Jackson to 3.0.2 (#116)
18
19
### Test
20
* 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.1</version>
+ <version>3.0.2</version>
53
</dependency>
54
55
0 commit comments