Bump caffeine from 3.0.1 to 3.0.2

Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-03 08:21:34 +00:00 committed by FireMasterK
parent 7fa5981d4a
commit 98dfda8824
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.3'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.3'
implementation 'org.json:json:20210307'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.1'
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.2'
implementation 'com.rometools:rome:1.15.0'
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
implementation 'org.jsoup:jsoup:1.13.1'