mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Bump caffeine from 3.0.3 to 3.0.4
Bumps [caffeine](https://github.com/ben-manes/caffeine) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/ben-manes/caffeine/releases) - [Commits](https://github.com/ben-manes/caffeine/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: com.github.ben-manes.caffeine:caffeine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
84bd3aa164
commit
40caec2809
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ dependencies {
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.5'
|
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.12.5'
|
||||||
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
|
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.5'
|
||||||
implementation 'org.json:json:20210307'
|
implementation 'org.json:json:20210307'
|
||||||
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.3'
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.0.4'
|
||||||
implementation 'com.rometools:rome:1.16.0'
|
implementation 'com.rometools:rome:1.16.0'
|
||||||
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
|
implementation 'com.github.ipfs:java-ipfs-http-client:v1.3.3'
|
||||||
implementation 'org.jsoup:jsoup:1.14.2'
|
implementation 'org.jsoup:jsoup:1.14.2'
|
||||||
|
|
Loading…
Reference in a new issue