This commit is contained in:
Anthony Stirling 2025-06-03 13:41:24 +01:00
parent 7874d18f32
commit 488fe253aa
2 changed files with 2 additions and 0 deletions

View File

@ -478,6 +478,7 @@ dependencies {
implementation 'org.snakeyaml:snakeyaml-engine:2.9'
testImplementation "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// Batik
implementation "org.apache.xmlgraphics:batik-all:1.19"

View File

@ -54,6 +54,7 @@ dependencies {
testImplementation 'org.mockito:mockito-core:5.18.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.18.0'
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
test {