gradle draft

This commit is contained in:
Andrei Isvoran 2024-02-06 17:00:07 +02:00
parent 840156237f
commit e207c53689

View File

@ -25,14 +25,14 @@ repositories {
dependencies {
api("org.projectlombok:lombok:1.18.30")
api("org.springframework.boot:spring-boot-configuration-processor:3.0.4")
api("org.springframework.boot:spring-boot-configuration-processor:3.2.2")
api("com.google.guava:guava:33.0.0-jre")
api("com.pdftron:PDFNet:10.3.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testImplementation("org.assertj:assertj-core:3.23.1")
testImplementation("org.mockito:mockito-core:4.8.1")
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0")
compileOnly("org.slf4j:slf4j-api:2.0.6")
api("com.pdftron:PDFNet:10.5.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.mockito:mockito-core:5.2.0")
testImplementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.22.1")
compileOnly("org.slf4j:slf4j-api:2.0.11")
}
group = "com.iqser.red.commons"