deps: update jackson to 2.16.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1d9e1458be
commit
02ae647002
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,7 +1,7 @@
|
|||||||
## unreleased
|
## unreleased
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
* Updated Jackson to 2.15.3
|
* Updated Jackson to 2.16.0
|
||||||
|
|
||||||
|
|
||||||
## 1.1.5 (2023-08-19)
|
## 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`, `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 `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 `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
|
`token_num_uses`, `token_period` and `token_type` flags to _AppRole_ model
|
||||||
* Minor dependency updates
|
* Minor dependency updates
|
||||||
|
|
||||||
@ -200,14 +200,14 @@ Old builders will be removed in 1.0
|
|||||||
## 0.8.2 (2019-10-20)
|
## 0.8.2 (2019-10-20)
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
* Fixed token lookup (#31)
|
* Fixed token lookup (#31)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
* Updated dependencies
|
* Updated dependencies
|
||||||
|
|
||||||
## 0.8.1 (2019-08-16)
|
## 0.8.1 (2019-08-16)
|
||||||
### Fixes
|
### Fixes
|
||||||
* Removed compile dependency to JUnit library (#30)
|
* Removed compile dependency to JUnit library (#30)
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
* Updated dependencies
|
* Updated dependencies
|
||||||
@ -299,7 +299,7 @@ Old builders will be removed in 1.0
|
|||||||
### Fixes
|
### Fixes
|
||||||
* `SecretResponse` does not throw NPE on `get(key)` and `getData()`
|
* `SecretResponse` does not throw NPE on `get(key)` and `getData()`
|
||||||
|
|
||||||
### Test
|
### Test
|
||||||
* Tested against Vault 0.7.2
|
* Tested against Vault 0.7.2
|
||||||
|
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -49,7 +49,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.fasterxml.jackson.core</groupId>
|
<groupId>com.fasterxml.jackson.core</groupId>
|
||||||
<artifactId>jackson-databind</artifactId>
|
<artifactId>jackson-databind</artifactId>
|
||||||
<version>2.15.3</version>
|
<version>2.16.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user