Bump com.itextpdf:itextpdf from 5.5.13.2 to 5.5.13.3

Bumps [com.itextpdf:itextpdf](https://github.com/itext/itextpdf) from 5.5.13.2 to 5.5.13.3.
- [Release notes](https://github.com/itext/itextpdf/releases)
- [Commits](https://github.com/itext/itextpdf/compare/5.5.13.2...5.5.13.3)

---
updated-dependencies:
- dependency-name: com.itextpdf:itextpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-27 23:14:35 +00:00 committed by GitHub
parent 3547f3fab9
commit 37c37f22d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ dependencies {
implementation 'org.apache.poi:poi:5.2.0' implementation 'org.apache.poi:poi:5.2.0'
implementation 'org.apache.poi:poi-ooxml:5.2.0' implementation 'org.apache.poi:poi-ooxml:5.2.0'
implementation 'com.itextpdf:itextpdf:5.5.13.2' implementation 'com.itextpdf:itextpdf:5.5.13.3'
} }