Update build.gradle

This commit is contained in:
Anthony Stirling 2024-01-04 21:09:22 +00:00 committed by GitHub
parent db64b3f71d
commit 770b61bb7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ plugins {
import com.github.jk1.license.render.*
group = 'stirling.software'
version = '0.18.2'
version = '0.19.0'
sourceCompatibility = '17'
repositories {
@ -137,11 +137,11 @@ dependencies {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation ('org.apache.pdfbox:pdfbox:2.0.29'){
implementation ('org.apache.pdfbox:pdfbox:2.0.30'){
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation ('org.apache.pdfbox:xmpbox:2.0.29'){
implementation ('org.apache.pdfbox:xmpbox:2.0.30'){
exclude group: 'commons-logging', module: 'commons-logging'
}