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

Merge pull request #62 from Frooodle/dependabot/gradle/org.apache.logging.log4j-log4j-core-2.20.0

Bump org.apache.logging.log4j:log4j-core from 2.19.0 to 2.20.0
This commit is contained in:
Anthony Stirling 2023-02-28 23:23:19 +00:00 committed by GitHub
commit e3ab333a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
implementation 'org.apache.pdfbox:pdfbox:2.0.27'
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
implementation 'e-iceblue:spire.pdf.free:5.1.0'
implementation 'org.apache.poi:poi:5.2.0'