Skip to content

Commit 3cad84c

Browse files
committed
deps: update jackson-databind to 3.0.3 (#118)
1 parent 54f773a commit 3cad84c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

1616
### Dependencies
17-
* Updated Jackson to 3.0.2 (#116)
17+
* Updated Jackson to 3.0.0 (#116)
18+
* Updated Jackson to 3.0.3 (#118)
1819

1920
### Test
2021
* 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.2</version>
52+
<version>3.0.3</version>
5353
</dependency>
5454

5555
<dependency>

0 commit comments

Comments
 (0)