diff --git a/CHANGELOG.md b/CHANGELOG.md
index d0e9802..9e82bac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
## unreleased
### Dependencies
-* Updated Jackson to 2.15.3
+* Updated Jackson to 2.16.0
## 1.1.5 (2023-08-19)
@@ -180,7 +180,7 @@ Old builders will be removed in 1.0
* Added `entity_id`, `token_policies`, `token_type` and `orphan` flags to auth response
* Added `entity_id`, `expire_time`, `explicit_max_ttl`, `issue_time`, `renewable` and `type` flags to token data
* Added `explicit_max_ttl`, `period` and `entity_alias` flags to _Token_ model (#41)
-* Added `enable_local_secret_ids`, `token_bound_cidrs`, `token_explicit_max_ttl`, `token_no_default_policy`,
+* Added `enable_local_secret_ids`, `token_bound_cidrs`, `token_explicit_max_ttl`, `token_no_default_policy`,
`token_num_uses`, `token_period` and `token_type` flags to _AppRole_ model
* Minor dependency updates
@@ -200,14 +200,14 @@ Old builders will be removed in 1.0
## 0.8.2 (2019-10-20)
### Fixes
-* Fixed token lookup (#31)
+* Fixed token lookup (#31)
### Improvements
* Updated dependencies
## 0.8.1 (2019-08-16)
### Fixes
-* Removed compile dependency to JUnit library (#30)
+* Removed compile dependency to JUnit library (#30)
### Improvements
* Updated dependencies
@@ -299,7 +299,7 @@ Old builders will be removed in 1.0
### Fixes
* `SecretResponse` does not throw NPE on `get(key)` and `getData()`
-### Test
+### Test
* Tested against Vault 0.7.2
diff --git a/pom.xml b/pom.xml
index 3cdbcdf..959f31a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.15.3
+ 2.16.0