1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-10-04 02:00:13 +02:00

Merge pull request #64 from Frooodle/dependabot/gradle/com.itextpdf-itextpdf-5.5.13.3

Bump com.itextpdf:itextpdf from 5.5.13.2 to 5.5.13.3
This commit is contained in:
Anthony Stirling 2023-02-28 23:19:07 +00:00 committed by GitHub
commit 8176eb1372
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-ooxml:5.2.0'
implementation 'com.itextpdf:itextpdf:5.5.13.2'
implementation 'com.itextpdf:itextpdf:5.5.13.3'
}