Skip to content

Commit 13aacd3

Browse files
committed
deps: update jackson-databind to 3.0.2
1 parent 1c44790 commit 13aacd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Remove deprecated `read...Credentials()` methods (#112)
1515

1616
### Dependencies
17-
* Updated Jackson to 3.0.1 (#116)
17+
* Updated Jackson to 3.0.2 (#116)
1818

1919
### Test
2020
* Tested against Vault 1.2 to 1.21 (#117)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>tools.jackson.core</groupId>
5151
<artifactId>jackson-databind</artifactId>
52-
<version>3.0.1</version>
52+
<version>3.0.2</version>
5353
</dependency>
5454

5555
<dependency>

0 commit comments

Comments
 (0)